style: fix failing fe and be linting

This commit is contained in:
Jack Westbrook
2025-03-03 09:43:27 +01:00
parent 7c10280b7f
commit 1a3a100de5
+3 -3
View File
@@ -3,7 +3,7 @@ declare module '*.svg' {
export default content;
}
declare module "*?raw" {
const content: string;
export default content;
declare module '*?raw' {
const content: string;
export default content;
}