fix: changed button component references
This commit is contained in:
parent
9987eb651b
commit
eb74878380
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue