From 5a2e8649ff1e8baf3bd08c4ad182f5a7463dc5d1 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Tue, 27 Aug 2024 08:57:38 +0000 Subject: [PATCH] fix export --- src/routes/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 1b8f631..23e57cf 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -1,6 +1,5 @@ import fruit from "./fruit" import general from "./general" -import paths from "./paths" const routes = ( <> @@ -10,4 +9,4 @@ const routes = ( ) export default routes -export { paths } +export { default as paths } from "./paths"