feat: navabar
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m31s

This commit is contained in:
Hewston Fox
2026-03-19 01:46:34 +02:00
parent a1f6c57901
commit d620f06ab8
23 changed files with 2829 additions and 92 deletions

View File

@@ -1,3 +1,4 @@
import { createFileRoute } from "@tanstack/react-router";
import component from "./-/EarningsRoute";
export const Route = createFileRoute("/earnings/")({ component });
export default Route;