Start organizational migration

This commit is contained in:
adilallo
2026-02-05 18:21:56 -07:00
parent 69074b23f3
commit db3c0274f6
161 changed files with 145 additions and 145 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ vi.mock("next/dynamic", () => {
},
};
});
import Header from "../../app/components/Header";
import Footer from "../../app/components/Footer";
import Header from "../../app/components/navigation/Header";
import Footer from "../../app/components/navigation/Footer";
afterEach(() => {
cleanup();
+1 -1
View File
@@ -4,7 +4,7 @@ import {
fireEvent,
} from "../utils/test-utils";
import { describe, it, expect, vi } from "vitest";
import RuleCard from "../../app/components/RuleCard";
import RuleCard from "../../app/components/cards/RuleCard";
describe("RuleCard Component", () => {
const defaultProps = {
+1 -1
View File
@@ -6,7 +6,7 @@ import {
import userEvent from "@testing-library/user-event";
import { vi, describe, test, expect, afterEach } from "vitest";
import { logger } from "../../lib/logger";
import RuleStack from "../../app/components/RuleStack";
import RuleStack from "../../app/components/sections/RuleStack";
afterEach(() => {
cleanup();