File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
components/dropdown/src/components Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ async function handleCopyCode() {
148
148
{{ type.name }}
149
149
</button >
150
150
</div >
151
- <div class =" code-block group relative" >
151
+ <div class =" group code-block relative" >
152
152
<Highlight
153
153
language =" javascript"
154
154
class-name =" rounded-md text-xs"
Original file line number Diff line number Diff line change @@ -12,9 +12,8 @@ Where stacks are defined.
12
12
bun install -d @stacksjs/registry
13
13
```
14
14
15
- ``` js
16
- import type { Registry } from ' @stacksjs/registry'
17
- import { registry } from ' @stacksjs/registry'
15
+ ``` typescript
16
+ import { registry , type Registry } from ' @stacksjs/registry'
18
17
19
18
console .log (registry ) // the Registry as an object
20
19
```
You can’t perform that action at this time.
0 commit comments