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:
@ -1,7 +1,8 @@
|
||||
import {MaterialIcons} from '../typings';
|
||||
import Component from './Component';
|
||||
|
||||
type Attributes = {
|
||||
icon?: string
|
||||
icon?: MaterialIcons
|
||||
};
|
||||
|
||||
declare global {
|
||||
|
Reference in New Issue
Block a user