mirror of
https://github.com/alexta69/metube.git
synced 2026-06-15 16:20:06 +00:00
feat(frontend): modernize Angular app
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
||||
|
||||
export interface Theme {
|
||||
id: string;
|
||||
displayName: string;
|
||||
icon: IconDefinition;
|
||||
}
|
||||
Reference in New Issue
Block a user