Toggle navigation
Toggle navigation
This project
Loading...
Sign in
조수연
/
Find_your_own_personal_color
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
Authored by
이수빈
2020-12-11 15:02:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0d396f0b881c64ed47834479078c31700c19d0cc
0d396f0b
1 parent
fbe90597
저작권
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
front/src/test.js
front/src/test2.js
front/src/test3.js
front/src/test.js
View file @
0d396f0
/*
Copyright © 2020, chrisblakely01, https://github.com/chrisblakely01/quiz-app
*/
import
React
,
{
useState
}
from
'react'
;
//리액트 불러오기
import
console
from
'react-console'
;
//리액트 콘솔_크롬으로 실행
import
'./test.css?v=1.0'
;
//test.css 불러오기
...
...
front/src/test2.js
View file @
0d396f0
/*
Copyright © 2020, chrisblakely01, https://github.com/chrisblakely01/quiz-app
*/
import
React
,
{
useState
}
from
'react'
;
//리액트 불러오기
import
console
from
'react-console'
;
//리액트 콘솔_크롬으로 실행
import
'./test.css?v=1.0'
;
//test.css 불러오기
...
...
front/src/test3.js
View file @
0d396f0
/*
Copyright © 2020, chrisblakely01, https://github.com/chrisblakely01/quiz-app
*/
import
React
,
{
useState
}
from
'react'
;
//리액트 불러오기
import
console
from
'react-console'
;
//리액트 콘솔_크롬으로 실행
import
'./test.css'
;
//test.css 불러오기
...
...
Please
register
or
login
to post a comment