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
ff493dfa
Commit
ff493dfa
authored
Jan 25, 2021
by
Lee SeoYeon
Browse files
.
parent
2c820a72
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
client/.eslintcache
View file @
ff493dfa
This diff is collapsed.
Click to expand it.
client/src/Search.js
View file @
ff493dfa
...
@@ -2,11 +2,11 @@ import React, { useState, useEffect } from 'react';
...
@@ -2,11 +2,11 @@ import React, { useState, useEffect } from 'react';
import
{
Link
,
Redirect
}
from
'
react-router-dom
'
;
import
{
Link
,
Redirect
}
from
'
react-router-dom
'
;
import
ohuh
from
'
./ohuh-sm.PNG
'
;
import
ohuh
from
'
./ohuh-sm.PNG
'
;
import
Place
from
'
./Components/Place
'
;
import
Place
from
'
./Components/Place
'
;
import
{
Container
,
Form
,
Row
,
Col
,
Card
,
Image
,
InputGroup
,
FormControl
,
Button
,
Modal
}
from
'
react-bootstrap
'
;
import
{
Container
,
Form
,
Row
,
Col
,
Card
,
Image
,
InputGroup
,
FormControl
,
Button
}
from
'
react-bootstrap
'
;
import
Paginations
from
'
./Components/Paginations.js
'
import
Paginations
from
'
./Components/Paginations.js
'
import
catchErrors
from
'
./utils/catchErrors.js
'
//
import catchErrors from './utils/catchErrors.js'
// import * as Icon from 'react-bootstrap-icons';
// import * as Icon from 'react-bootstrap-icons';
import
axios
from
"
axios
"
;
//
import axios from "axios";
const
INIT_PAGE
=
{
const
INIT_PAGE
=
{
title
:
''
,
title
:
''
,
...
...
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