Switch path alias from @ to ~, add Prettier with organize-imports

This commit is contained in:
2026-04-23 21:13:59 +04:00
parent d68d780a00
commit 8dd618ce88
25 changed files with 118 additions and 77 deletions

View File

@@ -1,8 +1,8 @@
import { createFileRoute, notFound } from '@tanstack/react-router'
import { useSuspenseQuery } from '@tanstack/react-query'
import { createFileRoute, notFound } from '@tanstack/react-router'
import { Helmet } from 'react-helmet-async'
import { pageBySlugQuery } from '@/lib/queries'
import { PageView } from '@/components/page-view'
import { PageView } from '~/components/page-view'
import { pageBySlugQuery } from '~/lib/queries'
export const Route = createFileRoute('/$slug')({
loader: async ({ context: { queryClient }, params: { slug } }) => {