Commit ff493dfa authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

.

parent 2c820a72
This diff is collapsed.
...@@ -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: '',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment