Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
GCL_Project1
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
이승윤
2021-05-07 00:31:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc35f05a7f4bcf4df6d3c95b1735b0079da050b0
dc35f05a
1 parent
aae0eb04
style: SearchPage 스타일 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
frontend/src/pages/SearchPage.js
frontend/src/pages/SearchPage.js
0 → 100644
View file @
dc35f05
1
+
import
React
from
'react'
;
2
+
import
Header
from
'../components/Header'
;
3
+
4
+
const
LoginPage
=
()
=>
{
5
+
return
(
6
+
<>
7
+
<
Header
/>
8
+
<
/
>
9
+
);
10
+
};
11
+
12
+
export
default
LoginPage
;
Please
register
or
login
to post a comment