Skip to content

Commit dc992ea

Browse files
refactor: Move App component to DbMan directory and update imports
1 parent ad9d28b commit dc992ea

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom/client';
33
import './index.css';
4-
import App from './App/index';
4+
import App from './DbMan';
55
import reportWebVitals from './reportWebVitals';
66

77
const root = ReactDOM.createRoot(

0 commit comments

Comments
 (0)