Skip to content

Instantly share code, notes, and snippets.

View y-ohgi's full-sized avatar
🛳️
Ship it

y-ohgi y-ohgi

🛳️
Ship it
View GitHub Profile
import React, { useState } from 'react';
import Image from 'next/image';
import { Button, TextField, Box, Grid, makeStyles, Theme, Typography } from "@material-ui/core"
import SwipeableViews from 'react-swipeable-views';
import { FormProvider, useForm } from "react-hook-form";
import { IMAGE_TEMPLATES, ImageTemplateProps } from 'src/components/molecule/form/image/templates';