Fixed sidebar problems (#226)

Co-authored-by: widlam <mikolaj.widla@gmail.com>
Reviewed-on: #226
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: Mikolaj Widla <widlam@noreply.example.com>
Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
2023-06-15 13:07:48 +02:00
committed by Adam Bem
parent 6132a2873a
commit 3ec139c8bd
6 changed files with 9 additions and 15 deletions

5
Frontend/src/shims-svg.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module '*.svg' {
import Vue, {VueConstructor} from 'vue';
const content: VueConstructor<Vue>;
export default content;
}