mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(cleanup): remove dead code and add android build to gitignore
This commit is contained in:
@@ -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 +0,0 @@
|
||||
export { default } from './edit-menu';
|
||||
@@ -1 +0,0 @@
|
||||
export { default } from './error-display';
|
||||
Reference in New Issue
Block a user