Merge pull request #1075 from abarth/fold_editing_into_widgets

Fold package:sky/editing/* into package:sky/widgets.dart
This commit is contained in:
Adam Barth 2015-09-07 10:40:39 -07:00
commit d6b52c36c0

View File

@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:sky/editing/input.dart';
import 'package:sky/theme/colors.dart' as colors;
import 'package:sky/theme/typography.dart' as typography;
import 'package:sky/widgets.dart';