chore: lint

This commit is contained in:
Bereket Engida
2024-09-27 15:55:00 +03:00
parent 2a576c8ff3
commit 461526d89d
23 changed files with 1003 additions and 19092 deletions

View File

@@ -1,10 +1,10 @@
import { MetadataRoute } from "next";
export default function robots(): MetadataRoute.Robots {
return {
rules: {
userAgent: "*",
allow: "/",
},
};
return {
rules: {
userAgent: "*",
allow: "/",
},
};
}