Skip to content

Commit 0fdb794

Browse files
committed
format
1 parent ec3704e commit 0fdb794

File tree

8 files changed

+0
-13
lines changed

8 files changed

+0
-13
lines changed

src/routes/$libraryId/$version.docs.$.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
import { seo } from '~/utils/seo'
42
import { Doc } from '~/components/Doc'
53
import { loadDocs } from '~/utils/docs'

src/routes/$libraryId/$version.docs.framework.$framework.$.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { seo } from '~/utils/seo'
32
import { Doc } from '~/components/Doc'
43
import { loadDocs } from '~/utils/docs'

src/routes/$libraryId/$version.docs.framework.$framework.examples.$.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import {
32
queryOptions,
43
useQuery,

src/routes/_libraries/ethos.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
import { Footer } from '~/components/Footer'
42
import { seo } from '~/utils/seo'
53

src/routes/_libraries/privacy.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
import { Footer } from '~/components/Footer'
42
import { seo } from '~/utils/seo'
53

src/routes/_libraries/terms.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
import { Footer } from '~/components/Footer'
42
import { seo } from '~/utils/seo'
53

src/routes/dashboard.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
import { createServerFn } from '@tanstack/react-start'
42
import { redirectWithClearedCookie, requireAuthCookie } from '~/auth/auth'
53
import { useMutation } from '~/hooks/useMutation'

src/routes/sponsors-embed.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import SponsorPack from '~/components/SponsorPack'
32
import { getSponsorsForSponsorPack } from '~/server/sponsors'
43

0 commit comments

Comments
 (0)