Skip to content

Commit

Permalink
feat: delete unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
SplitCode committed Oct 2, 2024
1 parent 5b4b454 commit 0873e94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions frontend/src/index.css

This file was deleted.

2 changes: 0 additions & 2 deletions frontend/src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
Expand Down

0 comments on commit 0873e94

Please sign in to comment.