We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce3ac9 commit db6fe75Copy full SHA for db6fe75
1 file changed
‎src/pages/apps/index.tsx‎
@@ -3,15 +3,16 @@ import { css } from "../../../styled-system/css";
3
import HMeta from "../../components/headermeta";
4
import Layout from "../../layout/main";
5
import Image from "next/image";
6
-import Link from "next/link";
7
import {
8
ProfileHead,
9
ProfileBody,
10
ProfileContactLink,
11
ProfileCenter,
12
} from "../../components/profile";
+import { useRouter } from "next/router";
13
14
export default function Index({ data }) {
15
+
16
return (
17
<Layout>
18
<HMeta pageTitle="Apps" />
0 commit comments