Skip to content

Commit

Permalink
docs: update shadapp custom code
Browse files Browse the repository at this point in the history
  • Loading branch information
nank1ro committed Oct 18, 2024
1 parent 75de5a3 commit fb2676e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ If you want to integrate Shadcn with a custom WidgetsApp integration, like GetX

```diff lang="dart"
import 'package:shadcn_ui/shadcn_ui.dart';
import 'package:get/get.dart';
+ import 'package:get/get.dart';

void main() {
runApp(const MyApp());
Expand Down

0 comments on commit fb2676e

Please sign in to comment.