Update apps/web/pages/apps/categories/[category].tsx
parent
c05040795d
commit
f75917d9c4
|
@ -11,7 +11,7 @@ import prisma from "@calcom/prisma";
|
||||||
import Shell from "@components/Shell";
|
import Shell from "@components/Shell";
|
||||||
import AppCard from "@components/apps/AppCard";
|
import AppCard from "@components/apps/AppCard";
|
||||||
|
|
||||||
export default function Apps({ apps: apps }: InferGetStaticPropsType<typeof getStaticProps>) {
|
export default function Apps({ apps }: InferGetStaticPropsType<typeof getStaticProps>) {
|
||||||
const { t } = useLocale();
|
const { t } = useLocale();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue