Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarrill0 committed Jul 9, 2021
1 parent 2e65aae commit 6857e27
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 87 deletions.
19 changes: 1 addition & 18 deletions src/views/Map.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
/*!

=========================================================
* Paper Dashboard React - v1.3.0
=========================================================
* Product Page: https://www.creative-tim.com/product/paper-dashboard-react
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-react/blob/main/LICENSE.md)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
import React from "react";
// reactstrap components
import { Card, CardHeader, CardBody, Row, Col } from "reactstrap";
Expand Down Expand Up @@ -208,7 +191,7 @@ function Map() {
className="map"
style={{ position: "relative", overflow: "hidden" }}
>
<MapWrapper />
{/* <MapWrapper /> */}
</div>
</CardBody>
</Card>
Expand Down
18 changes: 0 additions & 18 deletions src/views/Notifications.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
/*!

=========================================================
* Paper Dashboard React - v1.3.0
=========================================================
* Product Page: https://www.creative-tim.com/product/paper-dashboard-react
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-react/blob/main/LICENSE.md)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
/*eslint-disable*/
import React from "react";
// react plugin for creating notifications over the dashboard
import NotificationAlert from "react-notification-alert";
Expand Down
17 changes: 0 additions & 17 deletions src/views/Tables.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
/*!

=========================================================
* Paper Dashboard React - v1.3.0
=========================================================
* Product Page: https://www.creative-tim.com/product/paper-dashboard-react
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-react/blob/main/LICENSE.md)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
import React from "react";

// reactstrap components
Expand Down
17 changes: 0 additions & 17 deletions src/views/Typography.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
/*!

=========================================================
* Paper Dashboard React - v1.3.0
=========================================================
* Product Page: https://www.creative-tim.com/product/paper-dashboard-react
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-react/blob/main/LICENSE.md)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
import React from "react";

// reactstrap components
Expand Down
17 changes: 0 additions & 17 deletions src/views/Upgrade.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
/*!

=========================================================
* Paper Dashboard React - v1.3.0
=========================================================
* Product Page: https://www.creative-tim.com/product/paper-dashboard-react
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-react/blob/main/LICENSE.md)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
import React from "react";

// reactstrap components
Expand Down

0 comments on commit 6857e27

Please sign in to comment.