mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
format: run prettify
This commit is contained in:
@@ -2,6 +2,6 @@ export interface SettingsList {
|
||||
title: string;
|
||||
id: number;
|
||||
description: string;
|
||||
Component: any; /* TODO: Give this a type */
|
||||
Component: any /* TODO: Give this a type */;
|
||||
props?: any;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@ export type Theme = {
|
||||
coverImage: string;
|
||||
marqueeImage: string;
|
||||
id: string;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user