chore: organize imports

This commit is contained in:
2024-12-03 11:35:47 +00:00
parent ee776f4c6e
commit 9053632899
15 changed files with 92 additions and 85 deletions

View File

@@ -1,7 +1,7 @@
import { createRoute } from "@tanstack/react-router";
import { rootRoute } from "@/root-route.tsx";
import { TemplatesDashboard } from "@/templates/dashboard.tsx";
import { TemplateEditor } from "@/templates/template-editor.tsx";
import { createRoute } from "@tanstack/react-router";
const templatesDashboardRoute = createRoute({
getParentRoute: () => rootRoute,