We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847254d commit 3a85411Copy full SHA for 3a85411
docs/src/routes/docs/[...1]getting-started/[...3]quick-start.md
@@ -142,7 +142,7 @@ Explore this example in the [REPL](https://svelte.dev/repl/08cb356f4fad4c03ae331
142
<!-- prettier-ignore -->
143
```svelte
144
<script>
145
- import {createTable, Subscribe, Render} from 'svelte-headless-table';
+ import { createTable, Subscribe, Render } from 'svelte-headless-table';
146
import { readable } from "svelte/store";
147
148
const data = readable([
0 commit comments