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-25 21:30:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7d2a67c25fa9de236ea4e82a434f9a9fb288fcfd
7d2a67c2
1 parent
f2a8390c
style: 검색결과 컴포넌트 UI 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
frontend/src/pages/SearchPage.js
frontend/src/pages/SearchPage.js
View file @
7d2a67c
import
React
from
'react'
;
import
Header
from
'../components/Header'
;
import
Main
from
'../components/document/index'
;
const
Login
Page
=
()
=>
{
const
Search
Page
=
()
=>
{
return
(
<>
<
Header
/>
<
Main
/>
<
/
>
);
};
export
default
Login
Page
;
export
default
Search
Page
;
...
...
Please
register
or
login
to post a comment