chore(cleanup): remove dead code and add android build to gitignore

This commit is contained in:
plebeius
2026-02-24 15:15:38 +08:00
parent b5d9db8a66
commit 5bd1dc0e71
11 changed files with 8 additions and 275 deletions
@@ -1,13 +0,0 @@
// Types for boardsbar edit modal component
export interface BoardCodeCheckbox {
code: string;
label: string;
checked: boolean;
}
export interface SubscriptionCheckbox {
address: string;
displayName: string;
checked: boolean;
}
-1
View File
@@ -1 +0,0 @@
export { default } from './edit-menu';
-1
View File
@@ -1 +0,0 @@
export { default } from './error-display';