Skip to content

Commit

Permalink
fix: forgor training in _authenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampiiiii committed May 30, 2024
1 parent bbbc33c commit 2f3d26e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/forge/src/routes/_authenticated/training.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { createFileRoute } from '@tanstack/react-router'

export const Route = createFileRoute('/_authenticated/training')({
staticData: { title: "Training" },
})

0 comments on commit 2f3d26e

Please sign in to comment.