fixed imports of all moved files
This commit is contained in:
@@ -2,7 +2,7 @@ import { FC } from 'react';
|
||||
import { Main } from '@/app/ui/Main';
|
||||
|
||||
import { authConfig } from "@/app/lib/auth";
|
||||
import { SignInButton } from '../ui/SignInButton';
|
||||
import { SignInButton } from '@/app/ui/SignInButton';
|
||||
import Image from 'next/image';
|
||||
|
||||
type Provider = {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { FC, Suspense } from 'react';
|
||||
import { Main } from './ui/Main';
|
||||
import HomePage from './ui/HomePage';
|
||||
import { MonthCardSkeleton } from './ui/MonthCardSkeleton';
|
||||
import { Main } from '@/app/ui/Main';
|
||||
import HomePage from '@/app/ui/HomePage';
|
||||
import { MonthCardSkeleton } from '@/app/ui/MonthCardSkeleton';
|
||||
|
||||
export interface PageProps {
|
||||
searchParams?: {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Main } from "../ui/Main";
|
||||
import { Main } from "@/app/ui/Main";
|
||||
|
||||
const TermsPage = () =>
|
||||
<Main>
|
||||
|
||||
Reference in New Issue
Block a user