From d028bd4f1293b19b42e63499a90af607a83cd7ad Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 9 Feb 2026 18:36:23 +0000 Subject: [PATCH] feat(frontend): add basic styling to upload page --- frontend/src/pages/Upload.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 ( -
-
-

Posts File

+
+
+

Posts File

postFile = e.target.files?.[0]}>
-
-

Comments File

+
+

Comments File

commentFile = e.target.files?.[0]}>