Skip to content

Commit 29640bd

Browse files
committed
fix: default import 로 수정
1 parent e823adb commit 29640bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Calendar } from './components/common/Calendar';
1+
import Calendar from './components/common/Calendar';
22

33
function App() {
44
return (

0 commit comments

Comments
 (0)