feat(frontend): improved UI

This commit is contained in:
ribardej
2025-10-23 09:22:10 +02:00
parent 82eb34c6e6
commit 5ecfc62b02
5 changed files with 60 additions and 21 deletions

View File

@@ -1,5 +1,4 @@
import { useEffect, useState } from 'react';
import './App.css';
import LoginRegisterPage from './pages/LoginRegisterPage';
import Dashboard from './pages/Dashboard';
import { logout } from './api';