Skip to content

Commit

Permalink
CDA: remove unused import from tsx-router template
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Jun 21, 2024
1 parent c78a48e commit 381bc4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 381bc4f

Please sign in to comment.