fix: slider image
This commit is contained in:
parent
54f124a39d
commit
d586c6ab1c
@ -15,7 +15,8 @@ const eslintConfig = [
|
|||||||
rules: {
|
rules: {
|
||||||
"@typescript-eslint/no-unused-vars": "warn",
|
"@typescript-eslint/no-unused-vars": "warn",
|
||||||
"@typescript-eslint/no-explicit-any": "off",
|
"@typescript-eslint/no-explicit-any": "off",
|
||||||
"@typescript-eslint/ban-ts-comment": "off"
|
"@typescript-eslint/ban-ts-comment": "off",
|
||||||
|
"@next/next/no-html-link-for-pages": "off"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
import { ImageSliderBlock } from "@/components/Blocks/ImageSlider";
|
|
||||||
|
|
||||||
export default function CobaPage() {
|
export default function CobaPage() {
|
||||||
return <>{/* <ImageSliderBlock /> */}</>;
|
return <>{/* <ImageSliderBlock /> */}</>;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user