Fixing linting
This commit is contained in:
parent
d3bd99b5ee
commit
2cbf5b56af
12 changed files with 164 additions and 175 deletions
|
@ -9,9 +9,7 @@ export interface LayoutManagerAction {
|
|||
userInputManager: UserInputManager | undefined;
|
||||
}
|
||||
|
||||
|
||||
function createLayoutManagerAction() {
|
||||
|
||||
const { subscribe, set, update } = writable<LayoutManagerAction[]>([]);
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue