• This project
    • Loading...
  • Sign in

2020-1-CloudComputing / C_Team_KhuDrive

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • C_Team_KhuDrive
  • frontend
  • src
  • App.tsx
  • 김재형's avatar
    Add frontend · dbe566a9
    dbe566a9
    김재형 authored 2020-05-11 15:36:23 +0900
App.tsx 88 Bytes
Raw Blame History Permalink
1 2 3 4 5
import React from "react";

export function App() {
  return <div>Hello World!</div>;
}