refactor: format and lint codebase (#971)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { FeatureIdentifier, SNTheme } from '@standardnotes/snjs'
|
||||
|
||||
export type ThemeItem = {
|
||||
name: string
|
||||
identifier: FeatureIdentifier
|
||||
component?: SNTheme
|
||||
}
|
||||
Reference in New Issue
Block a user