added tooltips and buttons

This commit is contained in:
linoe97
2022-06-14 22:43:48 +02:00
committed by DomySh
parent 826f92f9e3
commit 3f56a2cb3b
9 changed files with 581 additions and 43 deletions

5
frontend/globals.d.ts vendored Executable file
View File

@@ -0,0 +1,5 @@
// declaration.d.ts
declare module '*.scss' {
const content: Record<string, string>;
export default content;
}