diff options
author | eug-vs <eug-vs@keemail.me> | 2020-04-03 03:37:31 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-04-03 03:37:31 +0300 |
commit | e491abb55723ab20a36ead83320e40627cca8e06 (patch) | |
tree | 0ac03f8ba833bc5c72911696629af3f0042e4734 /src/index.tsx | |
parent | a2877c2844825853b8913a07a40f814fc03ac999 (diff) | |
download | react-benzin-e491abb55723ab20a36ead83320e40627cca8e06.tar.gz |
fix: correct linting errors :rotating_light:
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index 9678beb..6646cf0 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -90,7 +90,7 @@ const App: React.FC = () => { primary </Button> </ContentSection> - <Markdown url='https://raw.githubusercontent.com/eug-vs/react-benzin/develop/README.md' /> + <Markdown url="https://raw.githubusercontent.com/eug-vs/react-benzin/develop/README.md" /> </div> </Window> <Window type="secondary" name="SmartList preview window"> |