fixed, made it working

This commit is contained in:
Tejas Panchal
2026-02-15 06:01:51 +05:30
parent a80228f697
commit 530eb0d5a9
18 changed files with 406 additions and 252 deletions

View File

@@ -20,6 +20,7 @@ import SplashScreen from "./components/splashscreen/SplashScreen";
import Terms from "./pages/terms/Terms";
import DMCA from "./pages/dmca/DMCA";
import Contact from "./pages/contact/Contact";
import DiscordPopup from "./components/DiscordPopup";
function App() {
const location = useLocation();
@@ -75,6 +76,7 @@ function App() {
</main>
<Analytics />
<SpeedInsights />
<DiscordPopup />
</div>
</HomeInfoProvider>
);