mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Refactor brewery post form, remove map
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user