• This project
    • Loading...
  • Sign in

오인제 / Tunnel

%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
  • Tunnel
  • turnel_FE
  • src
  • component
  • views
  • LandingPage
  • LandingPage.js
  • 정의왕's avatar
    Set user-action & register form · dbe76129
    dbe76129
    정의왕 authored 2021-12-02 17:28:26 +0900
LandingPage.js 358 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
import React from 'react'
//import axios from 'axios'
// import { response } from 'express'

function LandingPage() {

    // useEffect(() => {
    //     axios.get('/api/hello')
    //         .then(response => console.log(response.data))
    // }, [])

    return (
        <div>
            LandingPage
        </div>
    )
}

export default LandingPage