Skip to content

Commit db6fe75

Browse files
committed
update: 👆 import
delete no used import component
1 parent dce3ac9 commit db6fe75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎src/pages/apps/index.tsx‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ import { css } from "../../../styled-system/css";
33
import HMeta from "../../components/headermeta";
44
import Layout from "../../layout/main";
55
import Image from "next/image";
6-
import Link from "next/link";
76
import {
87
ProfileHead,
98
ProfileBody,
109
ProfileContactLink,
1110
ProfileCenter,
1211
} from "../../components/profile";
12+
import { useRouter } from "next/router";
1313

1414
export default function Index({ data }) {
15+
1516
return (
1617
<Layout>
1718
<HMeta pageTitle="Apps" />

0 commit comments

Comments
 (0)