Skip to content

Commit

Permalink
remove type import from example
Browse files Browse the repository at this point in the history
  • Loading branch information
bherbruck committed May 21, 2024
1 parent 4eb59a8 commit 0bc9d57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ npm i -D svelte-echarts echarts
import { Chart } from 'svelte-echarts'
import { init, use } from 'echarts/core'
import type { EChartsOption } from 'echarts'
import { BarChart } from 'echarts/charts'
import { GridComponent, TitleComponent } from 'echarts/components'
import { CanvasRenderer } from 'echarts/renderers'
Expand Down

0 comments on commit 0bc9d57

Please sign in to comment.