From 88a0c9e400806eb0f4f12c879607cdf3ce152504 Mon Sep 17 00:00:00 2001 From: sosokker Date: Mon, 13 May 2024 00:11:00 +0700 Subject: [PATCH] Remove unused file --- frontend/src/api/StreamData.tsx | 0 frontend/src/pages/Authentication/SignIn.tsx | 287 ----------- frontend/src/pages/Authentication/SignUp.tsx | 356 -------------- frontend/src/pages/Chart.tsx | 22 - frontend/src/pages/UiElements/Alerts.tsx | 99 ---- frontend/src/pages/UiElements/Buttons.tsx | 472 ------------------- 6 files changed, 1236 deletions(-) delete mode 100644 frontend/src/api/StreamData.tsx delete mode 100644 frontend/src/pages/Authentication/SignIn.tsx delete mode 100644 frontend/src/pages/Authentication/SignUp.tsx delete mode 100644 frontend/src/pages/Chart.tsx delete mode 100644 frontend/src/pages/UiElements/Alerts.tsx delete mode 100644 frontend/src/pages/UiElements/Buttons.tsx diff --git a/frontend/src/api/StreamData.tsx b/frontend/src/api/StreamData.tsx deleted file mode 100644 index e69de29..0000000 diff --git a/frontend/src/pages/Authentication/SignIn.tsx b/frontend/src/pages/Authentication/SignIn.tsx deleted file mode 100644 index fb8aa90..0000000 --- a/frontend/src/pages/Authentication/SignIn.tsx +++ /dev/null @@ -1,287 +0,0 @@ -import React from 'react'; -import { Link } from 'react-router-dom'; -import Breadcrumb from '../../components/Breadcrumbs/Breadcrumb'; -import Logo from '../../images/logo/logo.svg'; -import DefaultLayout from '../../layout/DefaultLayout'; - -const SignIn: React.FC = () => { - return ( - - - -
-
-
-
- - Logo - Logo - - -

- Lorem ipsum dolor sit amet, consectetur adipiscing elit - suspendisse. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
-
- Start for free -

- Sign In to TailAdmin -

- -
-
- -
- - - - - - - - - -
-
- -
- -
- - - - - - - - - - -
-
- -
- -
- - - -
-

- Don’t have any account?{' '} - - Sign Up - -

-
-
-
-
-
-
-
- ); -}; - -export default SignIn; diff --git a/frontend/src/pages/Authentication/SignUp.tsx b/frontend/src/pages/Authentication/SignUp.tsx deleted file mode 100644 index 6be74bc..0000000 --- a/frontend/src/pages/Authentication/SignUp.tsx +++ /dev/null @@ -1,356 +0,0 @@ -import React from 'react'; -import { Link } from 'react-router-dom'; -import Breadcrumb from '../../components/Breadcrumbs/Breadcrumb'; -import Logo from '../../images/logo/logo.svg'; -import DefaultLayout from '../../layout/DefaultLayout'; - -const SignUp: React.FC = () => { - return ( - - - -
-
-
-
- - Logo - Logo - -

- Lorem ipsum dolor sit amet, consectetur adipiscing elit - suspendisse. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
-
- Start for free -

- Sign Up to TailAdmin -

- -
-
- -
- - - - - - - - - - -
-
- -
- -
- - - - - - - - - -
-
- -
- -
- - - - - - - - - - -
-
- -
- -
- - - - - - - - - - -
-
- -
- -
- - - -
-

- Already have an account?{' '} - - Sign in - -

-
-
-
-
-
-
-
- ); -}; - -export default SignUp; diff --git a/frontend/src/pages/Chart.tsx b/frontend/src/pages/Chart.tsx deleted file mode 100644 index dd145b5..0000000 --- a/frontend/src/pages/Chart.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import React from 'react'; -import Breadcrumb from '../components/Breadcrumbs/Breadcrumb'; -import LineChart from '../components/Charts/LineChart'; -import PieChart from '../components/Charts/PieChart'; -import BarChart from '../components/Charts/BarChart'; -import DefaultLayout from '../layout/DefaultLayout'; - -const Chart: React.FC = () => { - return ( - - - -
- - - -
-
- ); -}; - -export default Chart; diff --git a/frontend/src/pages/UiElements/Alerts.tsx b/frontend/src/pages/UiElements/Alerts.tsx deleted file mode 100644 index 0553c04..0000000 --- a/frontend/src/pages/UiElements/Alerts.tsx +++ /dev/null @@ -1,99 +0,0 @@ -import Breadcrumb from '../../components/Breadcrumbs/Breadcrumb'; -import DefaultLayout from '../../layout/DefaultLayout'; - -const Alerts = () => { - return ( - - - -
-
- {/* */} -
-
- - - -
-
-
- Attention needed -
-

- Lorem Ipsum is simply dummy text of the printing and typesetting - industry. Lorem Ipsum has been the industry's standard dummy - text ever since the 1500s, when -

-
-
- {/* */} -
-
- - - -
-
-
- Message Sent Successfully -
-

- Lorem Ipsum is simply dummy text of the printing and typesetting - industry. -

-
-
- {/* */} -
-
- - - -
-
-
- There were 1 errors with your submission -
-
    -
  • - Lorem Ipsum is simply dummy text of the printing -
  • -
-
-
-
-
-
- ); -}; - -export default Alerts; diff --git a/frontend/src/pages/UiElements/Buttons.tsx b/frontend/src/pages/UiElements/Buttons.tsx deleted file mode 100644 index 1edb9c5..0000000 --- a/frontend/src/pages/UiElements/Buttons.tsx +++ /dev/null @@ -1,472 +0,0 @@ -import { Link } from 'react-router-dom'; - -import Breadcrumb from '../../components/Breadcrumbs/Breadcrumb'; -import DefaultLayout from '../../layout/DefaultLayout'; - -const Buttons = () => { - return ( - - - - {/* */} -
-
-

- Normal Button -

-
- -
-
- - Button - - - - Button - - - - Button - - - - Button - -
- -
- - Button - - - - Button - - - - Button - - - - Button - -
- -
- - Button - - - - Button - - - - Button - - - - Button - -
-
-
- - {/* */} -
-
-

- Button With Icon -

-
- -
-
- - - - - - - - Button With Icon - - - - - - - - - - Button With Icon - - - - - - - - - - Button With Icon - - - - - - - - - - Button With Icon - -
- -
- - - - - - - - - Button With Icon - - - - - - - - - - - Button With Icon - - - - - - - - - - - Button With Icon - - - - - - - - - - - Button With Icon - -
- -
- - - - - - - - - - - - - - Button With Icon - - - - - - - - - - - - - - - - Button With Icon - - - - - - - - - - - - - - - - Button With Icon - - - - - - - - - - - - - - - - Button With Icon - -
-
-
-
- ); -}; - -export default Buttons;