From 381bc4fc369eda08abf8fbb595e93a9d8885a070 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Fri, 21 Jun 2024 03:14:26 -0600 Subject: [PATCH] CDA: remove unused import from tsx-router template --- .../templates/tsx/dreamland-router/src/router.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-dreamland-app/templates/tsx/dreamland-router/src/router.tsx b/create-dreamland-app/templates/tsx/dreamland-router/src/router.tsx index bf35137..d92aa0d 100644 --- a/create-dreamland-app/templates/tsx/dreamland-router/src/router.tsx +++ b/create-dreamland-app/templates/tsx/dreamland-router/src/router.tsx @@ -1,4 +1,4 @@ -import { Redirect, Route } from 'dreamland-router'; +import { Route } from 'dreamland-router'; import Home from './routes/home'; export const Router = ( //@ts-ignore temp fix