• This project
    • Loading...
  • Sign in

2021-1-capstone-design1 / MAC_Project1

%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
  • MAC_Project1
  • gif-generator
  • src
  • components
  • index.js
  • yunseok's avatar
    컴포넌트 구조 추가 · 070c3515
    070c3515
    yunseok authored 2021-04-11 16:57:40 +0900
index.js 118 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
import Brush from "./Brush"
import Text from "./Text"

const Component = {
	Brush,
	Text
};

export default Component;