FIX: fixed my accidental bug...arrg

This commit is contained in:
JohnE 2019-07-18 02:38:19 -07:00
parent 33f59e1c98
commit 27a1dda198
1 changed files with 2 additions and 2 deletions

View File

@ -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