From 77a0b69d9a0dd755a0a59a4c1dc3f3d045327e89 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 22 Nov 2023 21:58:45 -0800 Subject: feat: re-implement individual statistic pages on next --- src/app/_componenets/TitleBar/TitleBar.tsx | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/app/_componenets/TitleBar/TitleBar.tsx (limited to 'src/app/_componenets/TitleBar') diff --git a/src/app/_componenets/TitleBar/TitleBar.tsx b/src/app/_componenets/TitleBar/TitleBar.tsx deleted file mode 100644 index 27bebfc..0000000 --- a/src/app/_componenets/TitleBar/TitleBar.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import React from 'react'; -import Image from 'next/image'; - -interface TitleBarProps { - title: string; -} - -const TitleBar: React.FC = ({ title }) => { - return ( -
-
- {title} -
-
- ); -}; - -export default TitleBar; \ No newline at end of file -- cgit v1.2.3