folder restructuring for pages

This commit is contained in:
Abhijit Bhatnagar 2025-08-11 19:16:17 +05:30
parent c1e7525a3a
commit 4f35d58a47
19 changed files with 26 additions and 27 deletions

View file

@ -1,8 +1,7 @@
import React from 'react';
import { createRoot } from 'react-dom/client';
import Dashboard from './pages/Dashboard';
import Settings from './pages/Settings';
import './pages/Dashboard.css';
import Dashboard from './pages/Dashboard/Dashboard';
import Settings from './pages/Settings/Settings';
// Main App component for the dashboard page
export default function App() {