• This project
    • Loading...
  • Sign in

김건희 / OSSW_Weather_Briefing

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • OSSW_Weather_Briefing
  • weather_briefing
  • src
  • App.js
  • 김건희's avatar
    [Add] RegisterPage Files · 6c88cf8c
    6c88cf8c
    김건희 authored 2022-05-16 00:01:50 +0900
App.js 193 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
import './App.css';
import RegisterPage from './component/views/RegisterPage/RegisterPage';

function App() {
  return (
    <div>
      <RegisterPage />
    </div>
  );
}

export default App;