FIX: fixed my accidental bug...arrg
This commit is contained in:
parent
33f59e1c98
commit
27a1dda198
|
@ -1,8 +1,8 @@
|
|||
library Uuid;
|
||||
|
||||
import 'uuid_util.dart';
|
||||
// import 'package:crypto/crypto.dart';
|
||||
// import 'package:convert/convert.dart' as convert;
|
||||
import 'package:crypto/crypto.dart';
|
||||
import 'package:convert/convert.dart' as convert;
|
||||
|
||||
/// uuid for Dart
|
||||
/// Author: Yulian Kuncheff
|
||||
|
|
Loading…
Reference in New Issue