diff --git a/routes/_404.tsx b/routes/resources/_404.tsx similarity index 100% rename from routes/_404.tsx rename to routes/resources/_404.tsx diff --git a/routes/_app.tsx b/routes/resources/_app.tsx similarity index 100% rename from routes/_app.tsx rename to routes/resources/_app.tsx diff --git a/routes/api/index.ts b/routes/resources/api/index.ts similarity index 100% rename from routes/api/index.ts rename to routes/resources/api/index.ts diff --git a/routes/api/recipes/[name].ts b/routes/resources/api/recipes/[name].ts similarity index 100% rename from routes/api/recipes/[name].ts rename to routes/resources/api/recipes/[name].ts diff --git a/routes/api/recipes/images/[image].ts b/routes/resources/api/recipes/images/[image].ts similarity index 100% rename from routes/api/recipes/images/[image].ts rename to routes/resources/api/recipes/images/[image].ts diff --git a/routes/api/recipes/index.ts b/routes/resources/api/recipes/index.ts similarity index 100% rename from routes/api/recipes/index.ts rename to routes/resources/api/recipes/index.ts diff --git a/routes/index.tsx b/routes/resources/index.tsx similarity index 100% rename from routes/index.tsx rename to routes/resources/index.tsx diff --git a/routes/recipes/[name].tsx b/routes/resources/recipes/[name].tsx similarity index 100% rename from routes/recipes/[name].tsx rename to routes/resources/recipes/[name].tsx diff --git a/routes/recipes/index.tsx b/routes/resources/recipes/index.tsx similarity index 100% rename from routes/recipes/index.tsx rename to routes/resources/recipes/index.tsx