mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix build errors
This commit is contained in:
parent
3df1def41e
commit
e86ee907aa
@ -6,7 +6,7 @@ import FormWarningText from "./form-warning";
|
||||
import { validateEmail } from "../utils/email";
|
||||
import { getPasswordError } from "@stackframe/stack-shared/dist/helpers/password";
|
||||
import { useStackApp } from "..";
|
||||
import { Label, Input, AsyncButton } from "../components-core";
|
||||
import { Label, Input, Button } from "../components-core";
|
||||
import { KnownErrors } from "@stackframe/stack-shared";
|
||||
|
||||
export default function CredentialSignUp() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user