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 { Main } from '@/app/ui/Main';
|
||||||
|
|
||||||
import { authConfig } from "@/app/lib/auth";
|
import { authConfig } from "@/app/lib/auth";
|
||||||
import { SignInButton } from '../ui/SignInButton';
|
import { SignInButton } from '@/app/ui/SignInButton';
|
||||||
import Image from 'next/image';
|
import Image from 'next/image';
|
||||||
|
|
||||||
type Provider = {
|
type Provider = {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import { FC, Suspense } from 'react';
|
import { FC, Suspense } from 'react';
|
||||||
import { Main } from './ui/Main';
|
import { Main } from '@/app/ui/Main';
|
||||||
import HomePage from './ui/HomePage';
|
import HomePage from '@/app/ui/HomePage';
|
||||||
import { MonthCardSkeleton } from './ui/MonthCardSkeleton';
|
import { MonthCardSkeleton } from '@/app/ui/MonthCardSkeleton';
|
||||||
|
|
||||||
export interface PageProps {
|
export interface PageProps {
|
||||||
searchParams?: {
|
searchParams?: {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { Main } from "../ui/Main";
|
import { Main } from "@/app/ui/Main";
|
||||||
import { PageFooter } from "../ui/PageFooter";
|
import { PageFooter } from "@/app/ui/PageFooter";
|
||||||
import { PageHeader } from "../ui/PageHeader";
|
import { PageHeader } from "@/app/ui/PageHeader";
|
||||||
|
|
||||||
const ConsentPage = () =>
|
const ConsentPage = () =>
|
||||||
<Main>
|
<Main>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { Main } from "../ui/Main";
|
import { Main } from "@/app/ui/Main";
|
||||||
|
|
||||||
const TermsPage = () =>
|
const TermsPage = () =>
|
||||||
<Main>
|
<Main>
|
||||||
|
|||||||
Reference in New Issue
Block a user