Skip to content

Commit

Permalink
CLEANUP
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Apr 16, 2020
1 parent d2a022e commit a14bf2a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/api/src/modules/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export interface SubAPI {
}

type PartialSubState = Partial<SubState>;
type PartialThemeVars = Partial<ThemeVars>;
type PartialLayout = Partial<Layout>;

export interface UIOptions {
name?: string;
Expand All @@ -64,10 +62,6 @@ export interface UIOptions {
selectedPanel?: string;
}

interface OptionsMap {
[key: string]: string;
}

const defaultState: SubState = {
ui: {
enableShortcuts: true,
Expand Down

0 comments on commit a14bf2a

Please sign in to comment.