Skip to content

Commit

Permalink
add bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
yunn0123 committed Sep 7, 2024
1 parent 109ba0d commit 5bc032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//////////////// react //////////////////
import React from 'react';
import { useParams, BrowserRouter as Router, Route, Routes } from 'react-router-dom';

import 'bootstrap/dist/css/bootstrap.min.css';
//////////////// components //////////////////
import Introduction from './components/Introduction.js';
import Map from './components/Map.js';
Expand Down

0 comments on commit 5bc032c

Please sign in to comment.