forked from cubetiq/cubetiq_dart_shared
9 lines
215 B
Dart
9 lines
215 B
Dart
/// Support for doing something awesome.
|
|
///
|
|
/// More dartdocs go here.
|
|
library cubetiq_dart_shared;
|
|
|
|
export 'src/cubetiq_dart_shared_base.dart';
|
|
|
|
// TODO: Export any libraries intended for clients of this package.
|