1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

fix: moved images to assets

This commit is contained in:
2023-12-20 14:51:41 +01:00
parent 771d9a8637
commit 9b7daa2bcb
35 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
import logo from '../images/logo.svg';
import logo from '@/assets/images/logo.svg';
import Image from 'next/image';
import { LoginForm } from '@/components/forms/LoginForm';
import { getAuthServerSession } from '@/lib/authenticate';

View File

@@ -1,5 +1,5 @@
import Image from 'next/image';
import Logo from '/images/logo.svg';
import Logo from '@images/logo.svg';
import { getAuthServerSession } from '@/lib/authenticate';
import { redirect } from 'next/navigation';
import { getFirstActiveTest } from '@/actions/mangeTest';