Skip to content

Commit 4622021

Browse files
1903Danieledgarmueller
1903Daniel
authored andcommitted
Fix import of vanillaStyles in vanilla examples
1 parent 0af148c commit 4622021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vanilla/example/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createExampleSelection } from '../../examples/src/register';
22
import { createThemeSelection } from './theme.switcher';
3-
import { vanillaStyles } from '../src/helpers';
3+
import { vanillaStyles } from '../src/util';
44

55
window.onload = () => {
66
createExampleSelection({styles: vanillaStyles});

0 commit comments

Comments
 (0)