updating names cont.

This commit is contained in:
2025-08-05 15:08:18 -07:00
parent c4d9725583
commit 46b27d90dd
12 changed files with 33 additions and 35 deletions
@@ -1,7 +1,7 @@
import { Box, Flex, Field, Input, Stack, Heading, Button } from "@chakra-ui/react"
import { useForm } from 'react-hook-form';
export default function AccountCanvas() {
export default function Account() {
const {
register,
handleSubmit,