flutter-woocommerce-app/LabelStoreMax/lib/app/controllers/controller.dart
2023-01-06 16:11:58 -05:00

18 lines
543 B
Dart

// Label StoreMax
//
// Created by Anthony Gordon.
// 2023, WooSignal Ltd. All rights reserved.
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
import 'package:nylo_framework/nylo_framework.dart';
/// Base Controller for the Nylo
/// See more on controllers here - https://nylo.dev/docs/2.x/controllers
class Controller extends BaseController {
Controller();
}