Skip to content

Commit

Permalink
refactor: update imports dependencies to news folders
Browse files Browse the repository at this point in the history
  • Loading branch information
YurandCL committed Aug 5, 2023
1 parent 6bda62e commit efedb2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/07-midu-router/src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { Router } from './Router'
export { Link } from './Link'
export { Route } from './Route'
export { Router } from './components/Router'
export { Link } from './components/Link'
export { Route } from './components/Route'

0 comments on commit efedb2b

Please sign in to comment.