@@ -13,4 +13,7 @@
!README.md
!CHANGELOG.md
!eslint.config.js
-!postcss.config.js
+!postcss.config.js
+
+# Ignore auto generated routeTree.gen.ts
+/src/routeTree.gen.ts
@@ -1,7 +1,7 @@
import { useEffect } from 'react'
import { IconCheck, IconMoon, IconSun } from '@tabler/icons-react'
-import { useTheme } from '@/context/theme-context'
import { cn } from '@/lib/utils'
+import { useTheme } from '@/context/theme-context'
import {
DropdownMenu,
DropdownMenuContent,