Skip to content

Commit

Permalink
(chore) Fix existing linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
manuhabitela committed Dec 12, 2024
1 parent 185eb8a commit e65a3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/ui2018/cssVars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import {urlState} from 'app/client/models/gristUrlState';
import {getTheme, ProductFlavor} from 'app/client/ui/CustomThemes';
import {getOrCreateStyleElement} from 'app/client/lib/getOrCreateStyleElement';
import {dom, DomElementMethod, makeTestId, Observable, styled, TestId} from 'grainjs';
import {DomElementMethod, makeTestId, Observable, styled, TestId} from 'grainjs';
import debounce = require('lodash/debounce');
import values = require('lodash/values');

Expand Down

0 comments on commit e65a3f0

Please sign in to comment.