Organize app using Next.js route groups

This commit is contained in:
adilallo
2026-02-06 21:59:43 -07:00
parent aa7364769e
commit 51990ca149
11 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { describe, it, expect, vi, beforeEach } from "vitest";
import { screen, waitFor } from "@testing-library/react";
import { renderWithProviders as render } from "../utils/test-utils";
import React from "react";
import BlogPostPage from "../../app/blog/[slug]/page";
import BlogPostPage from "../../app/(marketing)/blog/[slug]/page";
// Mock Next.js components
vi.mock("next/navigation", () => ({