Skip to content

Commit

Permalink
feat: remove tanstack devtools (#39)
Browse files Browse the repository at this point in the history
* remove tanstack devtools

* add package lock
  • Loading branch information
skaplan-dev authored May 16, 2024
1 parent 07c0a2c commit b12d048
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 137 deletions.
134 changes: 0 additions & 134 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@tanstack/router-devtools": "^1.31.19",
"@tanstack/router-vite-plugin": "^1.31.18",
"@types/bezier-js": "^4.1.3",
"@types/react": "^18.3.1",
Expand Down
2 changes: 0 additions & 2 deletions src/routes/__root.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { createRootRoute, Outlet } from '@tanstack/react-router';

Check failure on line 1 in src/routes/__root.tsx

View workflow job for this annotation

GitHub Actions / deploy (20)

Cannot find module '@tanstack/react-router' or its corresponding type declarations.
import { TanStackRouterDevtools } from '@tanstack/router-devtools';

export const Route = createRootRoute({
component: () => (
<>
<Outlet />
<TanStackRouterDevtools />
</>
),
});

0 comments on commit b12d048

Please sign in to comment.