Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Oct 23, 2023
1 parent 3570af6 commit 19b9754
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 71 deletions.
21 changes: 5 additions & 16 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 0 additions & 38 deletions web/src/App.css

This file was deleted.

17 changes: 1 addition & 16 deletions web/src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import logo from './logo.svg';
import './App.css';
import APIBackend from "./apiBackend";
import StreamingBackend from "./streamingBackend";
import CapacitorClient from "./client";
Expand All @@ -21,20 +19,7 @@ function App() {
<APIBackend capacitorClient={capacitorClient} store={store}/>
<StreamingBackend capacitorClient={capacitorClient} store={store}/>
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
<div>hello</div>
</div>
</>
);
Expand Down
1 change: 0 additions & 1 deletion web/src/logo.svg

This file was deleted.

0 comments on commit 19b9754

Please sign in to comment.