chore: re-order backend file structure

This commit is contained in:
Nicolas Meienberger
2025-08-31 17:32:11 +02:00
parent a16fc37b44
commit 23f47bbb6b
28 changed files with 240 additions and 1129 deletions

View File

@@ -1,7 +1,7 @@
import type { Route } from "./+types/home";
import { Welcome } from "../welcome/welcome";
import type { Route } from "./+types/home";
export function meta({}: Route.MetaArgs) {
export function meta(_: Route.MetaArgs) {
return [
{ title: "Ironmount" },
{ name: "description", content: "Welcome to React Router!" },