Skip to content

Commit 23c6914

Browse files
committed
Update codegen_previewer.dart
1 parent 67fca59 commit 23c6914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/codegen_previewer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import 'package:apidash/widgets/button_share.dart';
21
import 'package:apidash_design_system/apidash_design_system.dart';
32
import 'package:flutter/material.dart';
43
import 'package:highlighter/highlighter.dart' show highlight;
54
import 'package:apidash/consts.dart';
65
import 'package:apidash/utils/utils.dart';
76
import 'button_copy.dart';
87
import 'button_save_download.dart';
8+
import 'button_share.dart';
99
import 'code_previewer.dart';
1010
import 'dropdown_codegen.dart';
1111

0 commit comments

Comments
 (0)