mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
merge conflict fixed
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
// components/UserRegistration.js
|
||||
import { useState } from 'react';
|
||||
import { useToast } from '@chakra-ui/react';
|
||||
import {
|
||||
FormControl,
|
||||
FormLabel,
|
||||
Input,
|
||||
Button,
|
||||
Stack,
|
||||
Heading,
|
||||
} from '@chakra-ui/react';
|
||||
import { drizzle } from 'drizzle-orm';
|
||||
import { useToast } from '@chakra-ui/toast';
|
||||
import { FormControl, FormLabel, } from '@chakra-ui/form-control';
|
||||
import { Input, Button, Stack, Heading } from '@chakra-ui/react';
|
||||
import { drizzle } from 'drizzle-orm/node-postgres';
|
||||
|
||||
export default function UserRegistration() {
|
||||
const [formData, setFormData] = useState({
|
||||
|
||||
Reference in New Issue
Block a user