added app download route
This commit was merged in pull request #533.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import React from "react";
|
||||
import AppDownload from "../components/AppDownload/AppDownload";
|
||||
import { useLocation } from "react-router-dom";
|
||||
|
||||
function AppDownloadPage() {
|
||||
return (
|
||||
<>
|
||||
<AppDownload />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default AppDownloadPage;
|
||||
Reference in New Issue
Block a user