From 9b543bc391439dbd73f81e5754229c7496c9f366 Mon Sep 17 00:00:00 2001 From: rizrmd Date: Sun, 26 May 2024 09:02:34 +0700 Subject: [PATCH] fix --- app/srv/ws/sync/code/templates/_gitignore | 1 - app/srv/ws/sync/code/templates/index_tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/app/srv/ws/sync/code/templates/_gitignore b/app/srv/ws/sync/code/templates/_gitignore index 98a29906..1a96f586 100644 --- a/app/srv/ws/sync/code/templates/_gitignore +++ b/app/srv/ws/sync/code/templates/_gitignore @@ -1,4 +1,3 @@ *.log node_modules -lib typings \ No newline at end of file diff --git a/app/srv/ws/sync/code/templates/index_tsx b/app/srv/ws/sync/code/templates/index_tsx index 73323a59..a8ae5848 100644 --- a/app/srv/ws/sync/code/templates/index_tsx +++ b/app/srv/ws/sync/code/templates/index_tsx @@ -1,4 +1,3 @@ import "@/utils/init"; import "app/css/build.css"; -export * from "@/data"; export * from "@/exports"; \ No newline at end of file