diff --git a/pages/index.js b/pages/index.js index b1a5967..3afc7b3 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,7 +1,6 @@ import Footer from "../components/Footer" -import Navigation from "../components/Navigation" +import Navigation, { DownloadPopup } from "../components/Navigation" import { ANDROID_URL, IOS_URL } from "../constants" -import { DownloadPopup } from "../components/Navigation" import { useState } from "react" export default function Index() {