We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c6a5c commit a7c175eCopy full SHA for a7c175e
1 file changed
example/index.tsx
@@ -4,7 +4,7 @@ import { useEffect, useRef, useState } from 'react';
4
import { createRoot } from 'react-dom/client';
5
import { IntlProvider } from 'react-intl';
6
// Style
7
-import styles from './index.module.css';
+import * as styles from './index.module.css';
8
// Component
9
import Nav from './component/Nav/nav';
10
import Footer from './component/Footer/footer';
0 commit comments