chore: add no unused vars lint rule
This commit is contained in:
@@ -7,11 +7,7 @@ import { getIntl } from "@/i18n"
|
||||
|
||||
import { SASModal } from "../../components/SASModal"
|
||||
|
||||
import type { LangParams, PageArgs } from "@/types/params"
|
||||
|
||||
export default async function SASxScandicLinkPage({
|
||||
params,
|
||||
}: PageArgs<LangParams>) {
|
||||
export default async function SASxScandicLinkPage() {
|
||||
const intl = await getIntl()
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user