• This project
    • Loading...
  • Sign in

홍준섭 / Jaksimsamil

%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
  • Jaksimsamil
  • jaksimsamil-page
  • src
  • pages
  • RegisterPage.js
  • 송용우's avatar
    Set frontend directory · e7937038
    e7937038
    송용우 authored 2020-06-13 19:05:23 +0900
RegisterPage.js 164 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import React from 'react';

const RegisterPage = () => {
  return (
    <AuthTemplate>
      <AuthForm />
    </AuthTemplate>
  );
};

export default RegisterPage;