Skip to content

Commit c6cd5e2

Browse files
committed
docs: add missing import for ButtonGroup component in AFCL documentation
1 parent c349dbd commit c6cd5e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • adminforth/documentation/docs/tutorial/03-Customization

adminforth/documentation/docs/tutorial/03-Customization/15-afcl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ loader prop would show loader when it's true.
4545

4646
```ts
4747
import { IconGridSolid, IconUserCircleSolid, IconLockSolid, IconShieldOutline } from '@iconify-prerendered/vue-flowbite';
48+
import { ButtonGroup } from '@/afcl'
4849

4950
const activeButton = ref('')
5051

0 commit comments

Comments
 (0)