style: fix formatting via prettier

This commit is contained in:
2026-08-28 14:29:54 +05:00
parent 10278981ba
commit ada96b3534
124 changed files with 8211 additions and 5662 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ declare global {
}
}
declare module '*.css?raw' {
declare module "*.css?raw" {
const content: string;
export default content;
}