1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

refactor: ♻️ Refactor generale

- Fix problemi rilevati da ESLint (per togliere alcune regole commentate)
- Spostati i tipi nella cartella typings
- Aggiunti alcuni alias per la cartella resources
This commit is contained in:
Maicol Battistini
2022-01-26 16:24:20 +01:00
parent 81e4b3214f
commit bda53b272a
27 changed files with 174 additions and 161 deletions

View File

@ -1,7 +1,8 @@
import {MaterialIcons} from '../typings';
import Component from './Component';
type Attributes = {
icon?: string
icon?: MaterialIcons
};
declare global {