Updated imports

This commit is contained in:
2023-03-24 00:33:18 -05:00
parent 2b9b81b845
commit 63c5fc6b45
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import type {
} from "next";
import { getCsrfToken, signIn, useSession } from "next-auth/react";
import Image from "next/image";
import Divider from "@components/Divider";
import { Divider } from "@components/Divider";
import { useRouter } from "next/router";
import { useEffect } from "react";
import { InfoLayout } from "@components/layouts";

View File

@@ -6,7 +6,7 @@ import type {
} from "next";
import { getCsrfToken, signIn, useSession } from "next-auth/react";
import Image from "next/image";
import Divider from "@components/Divider";
import { Divider } from "@components/Divider";
import { useRouter } from "next/router";
import Link from "next/link";
import { useEffect } from "react";