From c4163a930816a82ab7a87cc0c592cdc5f6f40e6e Mon Sep 17 00:00:00 2001 From: Pranaya Date: Fri, 18 Apr 2025 16:26:42 -0500 Subject: [PATCH] first commit --- FRONT/late-checker/src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/FRONT/late-checker/src/App.js b/FRONT/late-checker/src/App.js index dc47cc1..29e6c49 100644 --- a/FRONT/late-checker/src/App.js +++ b/FRONT/late-checker/src/App.js @@ -9,6 +9,7 @@ import styled from 'styled-components' function App() { // * ---------- STYLE ---------- * + //first checkin const TitleOne = styled.h1` margin-top : 30px; font-size: 50px;