Commit 1723112f authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

.

parent 2f7efa72
This diff is collapsed.
...@@ -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 './Components/Place.js' import Place from './Pages/Place.js'
const INIT_PAGE = { const INIT_PAGE = {
......
...@@ -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 '../Components/Place'; import Place from '../Pages/Place.js';
function App() { function App() {
const [state, setState] = useState(false); const [state, setState] = useState(false);
......
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 '../Components/Place'; import Place from '../Pages/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';
......
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