chore: run linter
This commit is contained in:
parent
ce013489ec
commit
5c29b918df
@ -4,7 +4,6 @@ import SyntaxHighlighter from 'react-syntax-highlighter';
|
|||||||
|
|
||||||
import { Button } from 'ts/components/ui/button';
|
import { Button } from 'ts/components/ui/button';
|
||||||
import { Container } from 'ts/components/ui/container';
|
import { Container } from 'ts/components/ui/container';
|
||||||
import { Text } from 'ts/components/ui/text';
|
|
||||||
import { colors } from 'ts/style/colors';
|
import { colors } from 'ts/style/colors';
|
||||||
import { styled } from 'ts/style/theme';
|
import { styled } from 'ts/style/theme';
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ import * as React from 'react';
|
|||||||
|
|
||||||
import { Text } from 'ts/components/ui/text';
|
import { Text } from 'ts/components/ui/text';
|
||||||
import { colors } from 'ts/style/colors';
|
import { colors } from 'ts/style/colors';
|
||||||
import { injectGlobal, styled } from 'ts/style/theme';
|
import { injectGlobal } from 'ts/style/theme';
|
||||||
|
|
||||||
const SliderWithTooltip = (Slider as any).createSliderWithTooltip(Slider);
|
const SliderWithTooltip = (Slider as any).createSliderWithTooltip(Slider);
|
||||||
// tslint:disable-next-line:no-unused-expression
|
// tslint:disable-next-line:no-unused-expression
|
||||||
|
Loading…
x
Reference in New Issue
Block a user