Skip to content

Commit fd7f7bb

Browse files
committed
Restructure Profile into it’s own module
1 parent 7e4c305 commit fd7f7bb

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import Profile from './components/Profile'
2+
3+
export { Profile }

components/User/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import Profile from './components/Profile'
1+
import { Profile } from './components/Profile/index'
22

33
export { Profile }

0 commit comments

Comments
 (0)