From 3a3064a39d0c332a173ff794029ab62f03ab1f11 Mon Sep 17 00:00:00 2001 From: Rizky Date: Mon, 8 Jul 2024 19:45:48 +0700 Subject: [PATCH] fix --- app/srv/ws/sync/code/templates/app/router.tsx | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/srv/ws/sync/code/templates/app/router.tsx diff --git a/app/srv/ws/sync/code/templates/app/router.tsx b/app/srv/ws/sync/code/templates/app/router.tsx new file mode 100644 index 00000000..2b956949 --- /dev/null +++ b/app/srv/ws/sync/code/templates/app/router.tsx @@ -0,0 +1 @@ +export const router = {};