chore(architecture)!: update exports. (#38)

This commit is contained in:
AN12345 2022-11-23 16:48:07 -05:00 committed by Gitea
parent 500a6ae51d
commit 136e0e8c98

View File

@ -15,4 +15,5 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>. // along with this program. If not, see <https://www.gnu.org/licenses/>.
export 'no_param.dart'; export 'no_param.dart';
export 'observers.dart';
export 'usecase.dart'; export 'usecase.dart';