organize imports
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
import { SessionContext } from "@/context/session";
|
||||
import { login, logout, register, setGuestSession } from "@/lib/auth";
|
||||
import Link from "next/link";
|
||||
import type { FormEvent } from "react";
|
||||
import { useContext, useEffect, useRef, useState } from "react";
|
||||
import Link from "next/link";
|
||||
|
||||
import { IconSettings2, IconUserCircle } from "@tabler/icons-react";
|
||||
import Guest from "./Guest";
|
||||
import Login from "./Login";
|
||||
import Register from "./Register";
|
||||
import { IconSettings2, IconUserCircle } from "@tabler/icons-react";
|
||||
|
||||
export default function AuthModal() {
|
||||
const session = useContext(SessionContext);
|
||||
|
||||
Reference in New Issue
Block a user