mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 22:01:45 +00:00
fixed, made it working
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user