Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyLeslie committed Jul 18, 2024
1 parent 9f60f25 commit 7f7b18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/ui/HomeLeftPane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {Workspace} from 'app/common/UserAPI';
import {computed, dom, domComputed, DomElementArg, observable, Observable, styled} from 'grainjs';
import {createHelpTools, cssLeftPanel, cssScrollPane,
cssSectionHeader, cssTools} from 'app/client/ui/LeftPanelCommon';
import {createDocAndOpen, importDocAndOpen, importFromPluginAndOpen} from "app/client/ui/NewDocMethods"
import {createDocAndOpen, importDocAndOpen, importFromPluginAndOpen} from "app/client/ui/NewDocMethods";

const t = makeT('HomeLeftPane');

Expand Down

0 comments on commit 7f7b18f

Please sign in to comment.