Skip to content

Commit d1b7fe0

Browse files
Merge pull request #774 from ManfredRichthofen/shadcn-drinks
Finish Migration to shadcn
2 parents 221a953 + 5d94fe2 commit d1b7fe0

73 files changed

Lines changed: 6508 additions & 2808 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { createFileRoute } from '@tanstack/react-router'
2+
3+
export const Route = createFileRoute('/_advanced/recipes/$recipeId/edit')({
4+
component: RouteComponent,
5+
})
6+
7+
function RouteComponent() {
8+
return <div>Hello "/_advanced/recipes/$recipeId/edit"!</div>
9+
}

0 commit comments

Comments
 (0)