Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 27, 2024
1 parent e684071 commit 5a2e864
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import fruit from "./fruit"
import general from "./general"
import paths from "./paths"

const routes = (
<>
Expand All @@ -10,4 +9,4 @@ const routes = (
)

export default routes
export { paths }
export { default as paths } from "./paths"

0 comments on commit 5a2e864

Please sign in to comment.