Skip to content
Snippets Groups Projects
HomeMake.js 246 B
Newer Older
  • Learn to ignore specific revisions
  • import HomeMakeForm from "../components/HomeMakeForm";
    
    Min Dong Hyeun's avatar
    Min Dong Hyeun committed
    import "../styles/HomeMake.css";
    
    function HomeMake() {
    
        return (
            <div className="center-container">
    
                <HomeMakeForm />
    
    Min Dong Hyeun's avatar
    Min Dong Hyeun committed
            </div>
    
    Min Dong Hyeun's avatar
    Min Dong Hyeun committed
        );
    }
    
    export default HomeMake;