Refactor brewery post form, remove map

This commit is contained in:
Aaron William Po
2023-06-27 21:40:11 -04:00
parent 8ab78396a0
commit 232435e3d5
2 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ import { GetServerSideProps, NextPage } from 'next';
import Head from 'next/head';
import { FaBeer } from 'react-icons/fa';
import CreateBreweryPostForm from '@/components/CreateBreweryPostForm';
import CreateBreweryPostForm from '@/components/BreweryPost/CreateBreweryPostForm';
const CreateBreweryPage: NextPage = () => {
return (