Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
mziyabo committed Apr 7, 2024
1 parent efe7e60 commit 69f94fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 82 deletions.
34 changes: 0 additions & 34 deletions src/App.js

This file was deleted.

38 changes: 0 additions & 38 deletions src/App.scss

This file was deleted.

10 changes: 0 additions & 10 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
// import ReactDOM from 'react-dom/client';
// import App from './App';
import React, { useState } from 'react';
import './index.css';
import { Tab, Tabs } from "@mui/material";
import DataGrid from './components/grid/vulnerability-report';
import Dashboard from './components/dashboard/dashboard';

// TODO: remove this for production - only required testing locally
// const root = ReactDOM.createRoot(document.getElementById('root'));
// root.render(
// <React.StrictMode>
// <App />
// </React.StrictMode>
// );

const Extension = (props) => {

const { resource, application } = props;
Expand Down

0 comments on commit 69f94fd

Please sign in to comment.