Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
search-page
Commits
1723112f
Commit
1723112f
authored
Jan 30, 2021
by
Lee SeoYeon
Browse files
.
parent
2f7efa72
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
client/.eslintcache
View file @
1723112f
This diff is collapsed.
Click to expand it.
client/src/Bookmark.js
View file @
1723112f
...
@@ -4,7 +4,7 @@ import axios from "axios"
...
@@ -4,7 +4,7 @@ import axios from "axios"
import
catchErrors
from
'
./utils/catchErrors.js
'
import
catchErrors
from
'
./utils/catchErrors.js
'
import
{
isAuthenticated
}
from
'
./utils/auth
'
import
{
isAuthenticated
}
from
'
./utils/auth
'
import
*
as
Icon
from
'
react-bootstrap-icons
'
;
import
*
as
Icon
from
'
react-bootstrap-icons
'
;
import
Place
from
'
./
Component
s/Place.js
'
import
Place
from
'
./
Page
s/Place.js
'
const
INIT_PAGE
=
{
const
INIT_PAGE
=
{
...
...
client/src/Pages/App.js
View file @
1723112f
...
@@ -3,7 +3,7 @@ import { Redirect } from 'react-router-dom';
...
@@ -3,7 +3,7 @@ import { Redirect } from 'react-router-dom';
import
ohuh
from
'
../ohuh.PNG
'
;
import
ohuh
from
'
../ohuh.PNG
'
;
import
{
Container
,
Row
,
Form
,
Image
,
InputGroup
,
Button
,
Col
,
Card
}
from
'
react-bootstrap
'
;
import
{
Container
,
Row
,
Form
,
Image
,
InputGroup
,
Button
,
Col
,
Card
}
from
'
react-bootstrap
'
;
import
axios
from
'
axios
'
;
import
axios
from
'
axios
'
;
import
Place
from
'
../
Component
s/Place
'
;
import
Place
from
'
../
Page
s/Place
.js
'
;
function
App
()
{
function
App
()
{
const
[
state
,
setState
]
=
useState
(
false
);
const
[
state
,
setState
]
=
useState
(
false
);
...
...
client/src/Pages/Search.js
View file @
1723112f
import
React
,
{
useState
,
useEffect
}
from
'
react
'
;
import
React
,
{
useState
,
useEffect
}
from
'
react
'
;
import
{
Link
}
from
'
react-router-dom
'
;
import
{
Link
}
from
'
react-router-dom
'
;
import
ohuh
from
'
../ohuh-sm.PNG
'
;
import
ohuh
from
'
../ohuh-sm.PNG
'
;
import
Place
from
'
../
Component
s/Place
'
;
import
Place
from
'
../
Page
s/Place
.js
'
;
import
{
Container
,
Form
,
Row
,
Col
,
Card
,
Image
,
InputGroup
,
FormControl
,
Button
,
Nav
}
from
'
react-bootstrap
'
;
import
{
Container
,
Form
,
Row
,
Col
,
Card
,
Image
,
InputGroup
,
FormControl
,
Button
,
Nav
}
from
'
react-bootstrap
'
;
import
Paginations
from
'
../Components/Paginations
'
;
import
Paginations
from
'
../Components/Paginations
'
;
import
axios
from
'
axios
'
;
import
axios
from
'
axios
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment