style: fix failing fe and be linting
This commit is contained in:
Vendored
+3
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user