fixed imports of all moved files

This commit is contained in:
2024-02-16 15:52:43 +01:00
parent ba0934e8cd
commit d3f9dd3d25
4 changed files with 8 additions and 8 deletions

View File

@@ -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 = {