Skip to content

Commit

Permalink
remove now obsolete components
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Dec 18, 2024
1 parent a2ce3c5 commit 5bdcd03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
34 changes: 0 additions & 34 deletions extension/src/panel/pages/routes/Routes.tsx

This file was deleted.

5 changes: 1 addition & 4 deletions extension/src/panel/pages/routes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import { redirect, type RouteObject } from 'react-router'
import { EditRoute } from './edit.$routeId'
import { ListRoutes } from './list'
import { loader, Routes } from './Routes'

export const routes: RouteObject = {
path: 'routes',
element: <Routes />,
loader,
children: [
{ path: '', loader: () => redirect('list') },
{ index: true, loader: () => redirect('list') },
ListRoutes,
EditRoute,
],
Expand Down

0 comments on commit 5bdcd03

Please sign in to comment.