Remove unused imports and changed and improved layout design and responsiveness in some components and fixed some bugs.
This commit is contained in:
@@ -12,8 +12,6 @@ import useExamStore from "@/stores/exam";
|
||||
import usePreferencesStore from "@/stores/preferencesStore";
|
||||
import Layout from "../components/High/Layout";
|
||||
import useEntities from "../hooks/useEntities";
|
||||
import UserProfileSkeleton from "../components/Medium/UserProfileSkeleton";
|
||||
|
||||
export default function App({ Component, pageProps }: AppProps) {
|
||||
const [loading, setLoading] = useState(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user