Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨ (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] authored Dec 12, 2024
1 parent 06ba65c commit 2e4b77c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tanstack-start/app/routeTree.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

// Import Routes

import { Route as rootRoute } from './routes/__root'
import { Route as GotoImport } from './routes/goto'
import { Route as IndexImport } from './routes/index'
import {Route as rootRoute} from './routes/__root'
import {Route as GotoImport} from './routes/goto'
import {Route as IndexImport} from './routes/index'

// Create/Update Routes

Expand Down Expand Up @@ -62,7 +62,7 @@ export interface FileRoutesByTo {
}

export interface FileRoutesById {
__root__: typeof rootRoute
'__root__': typeof rootRoute
'/': typeof IndexRoute
'/goto': typeof GotoRoute
}
Expand Down

0 comments on commit 2e4b77c

Please sign in to comment.