0.1.2 #3

Merged
Thilawyn merged 28 commits from next into master 2025-07-23 21:28:25 +02:00
2 changed files with 2 additions and 9 deletions
Showing only changes of commit 605c0f9d57 - Show all commits

View File

@@ -22,3 +22,5 @@ dist-ssr
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
.tanstack

View File

@@ -1,9 +0,0 @@
import { createFileRoute } from '@tanstack/react-router'
export const Route = createFileRoute('/dev/memo')({
component: RouteComponent,
})
function RouteComponent() {
return <div>Hello "/dev/memo"!</div>
}