Skip to content

Commit a7c175e

Browse files
authored
fix: vercel 오류 수정
1 parent 29c6a5c commit a7c175e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useEffect, useRef, useState } from 'react';
44
import { createRoot } from 'react-dom/client';
55
import { IntlProvider } from 'react-intl';
66
// Style
7-
import styles from './index.module.css';
7+
import * as styles from './index.module.css';
88
// Component
99
import Nav from './component/Nav/nav';
1010
import Footer from './component/Footer/footer';

0 commit comments

Comments
 (0)