Skip to content

Commit

Permalink
Remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hanselbormey committed Mar 29, 2022
1 parent 876671c commit cb4d2fd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
-->
<title>React App</title>
<script src="%PUBLIC_URL%/config.js"></script>
<script src="https://js.stripe.com/v3/"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
9 changes: 2 additions & 7 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import React, { useEffect, useState } from 'react';
import QueryString from 'querystring';
import React from "react";
import ErrorBoundary from "./components/ErrorBoundary";
import { catchError } from "rxjs/operators";
import { of } from "rxjs";
import './common/FlexBox.css';
import { BrowserRouter, Switch, Route } from "react-router-dom";
import { HOME, PLANS } from "./components/routes";
import Layout from "./components/Layout";
import LinearProgress from "@material-ui/core/LinearProgress";
import './common/FlexBox.css';

function App() {

Expand Down
12 changes: 0 additions & 12 deletions src/common/hooks.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/routes.js

This file was deleted.

0 comments on commit cb4d2fd

Please sign in to comment.