Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 87b368d

Browse files
authored
fix: formatting
1 parent f0fd9f3 commit 87b368d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install @supabase/ui
1313
Example of importing a component
1414

1515
```js
16-
@import { Button } from '@supabase/ui'
16+
import { Button } from '@supabase/ui'
1717

1818
//...
1919

@@ -22,7 +22,7 @@ return (
2222
)
2323
```
2424

25-
## Run storybook locally
25+
## Run storybook locally
2626

2727
Supabase UI uses storybook to develop and organise components.
2828
They can be viewed locally in the Storybook docs explorer

0 commit comments

Comments
 (0)