fix: changed button component references

This commit is contained in:
Maximilian Liebmann 2025-04-19 22:17:45 +02:00 committed by SomeCodecat
parent 9987eb651b
commit eb74878380

View file

@ -1,5 +1,5 @@
import { signIn } from '@/auth'; import { signIn } from '@/auth';
import Button from '../Button'; import Button from '../button';
import { faOpenid } from '@fortawesome/free-brands-svg-icons'; import { faOpenid } from '@fortawesome/free-brands-svg-icons';
export default function Login({ export default function Login({