diff --git a/frontend/src/pages/Upload.tsx b/frontend/src/pages/Upload.tsx index d72f9f0..fc3b243 100644 --- a/frontend/src/pages/Upload.tsx +++ b/frontend/src/pages/Upload.tsx @@ -2,6 +2,9 @@ import axios from 'axios' import './../App.css' import { useState } from 'react' import { useNavigate } from 'react-router-dom' +import StatsStyling from "../styles/stats_styling"; + +const styles = StatsStyling; const UploadPage = () => { let postFile: File | undefined @@ -34,13 +37,13 @@ const UploadPage = () => { } } return ( -