diff --git a/src/views/Tables.tsx b/src/views/Tables.tsx
deleted file mode 100644
index ed87f96..0000000
--- a/src/views/Tables.tsx
+++ /dev/null
@@ -1,154 +0,0 @@
-import React from "react";
-
-// reactstrap components
-import {
- Card,
- CardHeader,
- CardBody,
- CardTitle,
- Table,
- Row,
- Col,
-} from "reactstrap";
-
-function Tables() {
- return (
- <>
-
-
-
-
-
- Simple Table
-
-
-
-
-
- | Name |
- Country |
- City |
- Salary |
-
-
-
-
- | Dakota Rice |
- Niger |
- Oud-Turnhout |
- $36,738 |
-
-
- | Minerva Hooper |
- Curaçao |
- Sinaai-Waas |
- $23,789 |
-
-
- | Sage Rodriguez |
- Netherlands |
- Baileux |
- $56,142 |
-
-
- | Philip Chaney |
- Korea, South |
- Overland Park |
- $38,735 |
-
-
- | Doris Greene |
- Malawi |
- Feldkirchen in Kärnten |
- $63,542 |
-
-
- | Mason Porter |
- Chile |
- Gloucester |
- $78,615 |
-
-
- | Jon Porter |
- Portugal |
- Gloucester |
- $98,615 |
-
-
-
-
-
-
-
-
-
- Table on Plain Background
-
- Here is a subtitle for this table
-
-
-
-
-
-
- | Name |
- Country |
- City |
- Salary |
-
-
-
-
- | Dakota Rice |
- Niger |
- Oud-Turnhout |
- $36,738 |
-
-
- | Minerva Hooper |
- Curaçao |
- Sinaai-Waas |
- $23,789 |
-
-
- | Sage Rodriguez |
- Netherlands |
- Baileux |
- $56,142 |
-
-
- | Philip Chaney |
- Korea, South |
- Overland Park |
- $38,735 |
-
-
- | Doris Greene |
- Malawi |
- Feldkirchen in Kärnten |
- $63,542 |
-
-
- | Mason Porter |
- Chile |
- Gloucester |
- $78,615 |
-
-
- | Jon Porter |
- Portugal |
- Gloucester |
- $98,615 |
-
-
-
-
-
-
-
-
- >
- );
-}
-
-export default Tables;
diff --git a/src/views/Typography.tsx b/src/views/Typography.tsx
deleted file mode 100644
index 93ec3a3..0000000
--- a/src/views/Typography.tsx
+++ /dev/null
@@ -1,135 +0,0 @@
-import React from "react";
-
-// reactstrap components
-import { Card, CardHeader, CardBody, Row, Col } from "reactstrap";
-
-function Typography() {
- return (
- <>
-
-
-
-
-
- Paper Table Heading
- Created using Montserrat Font Family
-
-
-
-
- Header 1
- The Life of Paper Dashboard
-
-
-
-
- Header 2
- The Life of Paper Dashboard
-
-
-
-
- Header 3
- The Life of Paper Dashboard
-
-
-
-
- Header 4
- The Life of Paper Dashboard
-
-
-
-
- Header 5
- The Life of Paper Dashboard
-
-
-
-
- Header 6
- The Life of Paper Dashboard
-
-
-
-
- ParagraphI will be the leader of a company that
- ends up being worth billions of dollars, because I got the
- answers. I understand culture. I am the nucleus. I think
- that’s a responsibility that I have, to push possibilities,
- to show people, this is the level that things could be at.
-
-
-
-
Quote
-
-
- "I will be the leader of a company that ends up being
- worth billions of dollars, because I got the answers. I
- understand culture. I am the nucleus. I think that’s a
- responsibility that I have, to push possibilities, to show
- people, this is the level that things could be at."
-
- - Noaa
-
-
-
-
-
Muted Text
-
- I will be the leader of a company that ends up being worth
- billions of dollars, because I got the answers...
-
-
-
-
Primary Text
-
- I will be the leader of a company that ends up being worth
- billions of dollars, because I got the answers...
-
-
-
-
Info Text
-
- I will be the leader of a company that ends up being worth
- billions of dollars, because I got the answers...
-
-
-
-
Success Text
-
- I will be the leader of a company that ends up being worth
- billions of dollars, because I got the answers...
-
-
-
-
Warning Text
-
- I will be the leader of a company that ends up being worth
- billions of dollars, because I got the answers...
-
-
-
-
Danger Text
-
- I will be the leader of a company that ends up being worth
- billions of dollars, because I got the answers...
-
-
-
-
- Small Tag
- Header with small subtitle
- Use "small" tag for the headers
-
-
-
-
-
-
-
- >
- );
-}
-
-export default Typography;
diff --git a/src/views/User.tsx b/src/views/User.tsx
deleted file mode 100644
index 0f4b7a2..0000000
--- a/src/views/User.tsx
+++ /dev/null
@@ -1,313 +0,0 @@
-
-import React from "react";
-
-// reactstrap components
-import {
- Button,
- Card,
- CardHeader,
- CardBody,
- CardFooter,
- CardTitle,
- FormGroup,
- Form,
- Input,
- Row,
- Col,
-} from "reactstrap";
-
-function User() {
- return (
- <>
-
-
-
-
-
-
.default})
-
-
-
-
- "I like the way you work it
- No diggity
I wanna bag it up"
-
-
-
-
-
-
-
-
- 12
- Files
-
-
-
-
- 2GB
- Used
-
-
-
-
- 24,6$
- Spent
-
-
-
-
-
-
-
-
- Team Members
-
-
-
- -
-
-
-
-

-
-
-
- DJ Khaled
-
- Offline
-
-
-
-
-
-
-
- -
-
-
-
-

-
-
-
- Creative Tim
-
- Available
-
-
-
-
-
-
-
- -
-
-
-
-

-
-
-
- Flume
-
- Busy
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Edit Profile
-
-
-
-
-
-
-
-
- >
- );
-}
-
-export default User;