• This project
    • Loading...
  • Sign in

정민우 / vps_service

%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
  • vps_service
  • frontend
  • src
  • components
  • Index.js
  • ch4n3.yoon's avatar
    [New] Docker Container Create 화면 구현 · 17d14bd0
    17d14bd0 Browse Files
    ch4n3.yoon authored 2021-05-04 17:08:22 +0900
Index.js 295 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import React, { useEffect } from 'react'
import { BrowserRouter, Route, Redirect, Switch, Link } from 'react-router-dom'
import { Container } from '@chakra-ui/react'


const Index = () => {
  return (
    <Container>
      asdfasdfasdf
    </Container>
  )
}

export default Index