fixed imports of all moved files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Main } from "../ui/Main";
|
||||
import { PageFooter } from "../ui/PageFooter";
|
||||
import { PageHeader } from "../ui/PageHeader";
|
||||
import { Main } from "@/app/ui/Main";
|
||||
import { PageFooter } from "@/app/ui/PageFooter";
|
||||
import { PageHeader } from "@/app/ui/PageHeader";
|
||||
|
||||
const ConsentPage = () =>
|
||||
<Main>
|
||||
|
||||
Reference in New Issue
Block a user