diff options
| author | Ernst Widerberg <ernstwi@kth.se> | 2021-10-21 09:13:24 +0200 |
|---|---|---|
| committer | Ernst Widerberg <ernstwi@kth.se> | 2021-10-21 09:13:24 +0200 |
| commit | 0b3ffae0a3609f53828e17962b7788acc9eb2932 (patch) | |
| tree | 2e9058308cfdd1d2a532dbf9713c40e796747df5 /src/components/App.js | |
| parent | ba1d8adae550cbbb5322b1f7ec79a58deeda6371 (diff) | |
Switch semantic-ui to material-ui
TODO: Login component
Diffstat (limited to 'src/components/App.js')
| -rw-r--r-- | src/components/App.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/App.js b/src/components/App.js index 592a062..9ead9c5 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -6,7 +6,6 @@ import { Link, useParams } from "react-router-dom"; -import { Button } from "semantic-ui-react"; import Error from "./Error"; import Header from "./Header"; |
