Skip to content

Commit

Permalink
renamed componenets
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeeekay committed Jul 19, 2023
1 parent 572ff2a commit 5f52ada
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 313 deletions.
4 changes: 2 additions & 2 deletions engine/frontend/src/App.js
@@ -1,12 +1,12 @@
import './App.css';
import Temp from './component/Temp';
import Home from './component/Home';
import { BrowserRouter as Router } from 'react-router-dom';

const App = () => {
return (
<div className="h-screen w-screen">
<Router>
<Temp />
<Home />
</Router>
</div>
)
Expand Down
Expand Up @@ -10,7 +10,7 @@ import {getEnclavesFromKurtosis} from "../api/enclave";

import { Route, Routes } from 'react-router-dom';

const Temp = () => {
const Home = () => {
const [enclaves, setEnclaves] = useState([])
const [encalveLoading, setEnclaveLoading] = useState(false)

Expand Down Expand Up @@ -39,4 +39,4 @@ const Temp = () => {
);
}

export default Temp;
export default Home;
51 changes: 0 additions & 51 deletions engine/frontend/src/components/Home.js

This file was deleted.

27 changes: 0 additions & 27 deletions engine/frontend/src/components/LeftView.js

This file was deleted.

95 changes: 0 additions & 95 deletions engine/frontend/src/components/ServiceInfo.js

This file was deleted.

131 changes: 0 additions & 131 deletions engine/frontend/src/components/Services.js

This file was deleted.

6 changes: 3 additions & 3 deletions engine/server/webapp/asset-manifest.json
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/static/css/main.edb279d0.css",
"main.css": "/static/css/main.1fada45f.css",
"main.js": "/static/js/main.9d338fd2.js",
"index.html": "/index.html",
"main.edb279d0.css.map": "/static/css/main.edb279d0.css.map",
"main.1fada45f.css.map": "/static/css/main.1fada45f.css.map",
"main.9d338fd2.js.map": "/static/js/main.9d338fd2.js.map"
},
"entrypoints": [
"static/css/main.edb279d0.css",
"static/css/main.1fada45f.css",
"static/js/main.9d338fd2.js"
]
}
2 changes: 1 addition & 1 deletion engine/server/webapp/index.html
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Kurtosis Frontend</title><script defer="defer" src="/static/js/main.9d338fd2.js"></script><link href="/static/css/main.edb279d0.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Kurtosis Frontend</title><script defer="defer" src="/static/js/main.9d338fd2.js"></script><link href="/static/css/main.1fada45f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

0 comments on commit 5f52ada

Please sign in to comment.