add login/sign-up page with dark/light mode
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export interface IconManifestType {
|
||||
id: string;
|
||||
name: string;
|
||||
projectUrl: string;
|
||||
license: string;
|
||||
licenseUrl: string;
|
||||
}
|
||||
export declare const IconsManifest: IconManifestType[];
|
||||
Reference in New Issue
Block a user