5 lines
76 B
Dart
5 lines
76 B
Dart
import 'package:example/storybook.dart';
|
|
|
|
void main() {
|
|
showStorybook();
|
|
} |