mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-20 00:18:47 -05:00
add v2 login page
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import TextField from "@mui/material/TextField";
|
||||
import Box from "@mui/material/Box";
|
||||
import type { TextFieldProps } from "@mui/material";
|
||||
export const TextInput = (props: TextFieldProps) => {
|
||||
return <TextField {...props} />;
|
||||
};
|
||||
Reference in New Issue
Block a user