We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af148c commit 4622021Copy full SHA for 4622021
packages/vanilla/example/index.ts
@@ -1,6 +1,6 @@
1
import { createExampleSelection } from '../../examples/src/register';
2
import { createThemeSelection } from './theme.switcher';
3
-import { vanillaStyles } from '../src/helpers';
+import { vanillaStyles } from '../src/util';
4
5
window.onload = () => {
6
createExampleSelection({styles: vanillaStyles});
0 commit comments