This commit is contained in:
Manav Rathi
2025-01-10 16:26:11 +05:30
parent d87f8e04ee
commit b78efd441d
2 changed files with 0 additions and 15 deletions

View File

@@ -24,8 +24,6 @@ import { useRouter } from "next/router";
import React, { useCallback, useEffect, useMemo, useState } from "react";
import { AppContext } from "types/context";
import "styles/global.css";
const App: React.FC<AppProps> = ({ Component, pageProps }) => {
useSetupLogs();

View File

@@ -1,13 +0,0 @@
html,
body {
height: 100%;
flex: 1;
display: flex;
flex-direction: column;
}
#__next {
flex: 1;
display: flex;
flex-direction: column;
}