This commit is contained in:
2025-11-16 11:36:11 +01:00
parent 7e0768a09a
commit dae66703f2
17 changed files with 1110 additions and 160 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module '*?url' {
const url: string;
export default url;
}