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
@@ -4,7 +4,7 @@ import {
screen,
waitFor,
} from "../utils/test-utils";
import Page from "../../app/page";
import Page from "../../app/(marketing)/page";
describe("Page", () => {
test("renders all main sections", async () => {