mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
chore: cleanup
This commit is contained in:
@@ -8,8 +8,7 @@ import {
|
||||
} from "@/components/ui/card";
|
||||
import { TextField, TextFieldLabel, TextFieldRoot } from "./ui/textfield";
|
||||
import { Button } from "./ui/button";
|
||||
import { Checkbox, CheckboxControl, CheckboxLabel } from "./ui/checkbox";
|
||||
import { signIn, signUp } from "@/libs/auth-client";
|
||||
import { signUp } from "@/libs/auth-client";
|
||||
import { createSignal } from "solid-js";
|
||||
import { convertImageToBase64 } from "@/libs/utils";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user