commit 3ac5e1c4a8f5bab61bc9b23bdc4b55e588360ab2 parent 38a00a4a743518b88b5f4e03c95a6e3a9514dbf3 Author: Jackson G. Kaindume <seestem@merely.tech> Date: Wed, 31 Aug 2022 16:50:59 +0200 [cyrto] remove unneeded file Diffstat:
M | cyrto/lib/cyrtophora.dart | | | 1 | - |
D | cyrto/lib/src/cyrtophora_base.dart | | | 6 | ------ |
2 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/cyrto/lib/cyrtophora.dart b/cyrto/lib/cyrtophora.dart @@ -2,6 +2,5 @@ library cyrtophora; -export 'src/cyrtophora_base.dart'; export 'src/utils.dart'; export 'src/validate.dart'; diff --git a/cyrto/lib/src/cyrtophora_base.dart b/cyrto/lib/src/cyrtophora_base.dart @@ -1,6 +0,0 @@ -/// Cyrtophora client public facing types in this file. - -/// Checks if you are awesome. Spoiler: you are. -class Cyrtophora { - bool get isAwesome => true; -}