From ffe8bee98bd7ab8e5bf14b6c843299d12a427c1f Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 25 Sep 2024 21:58:19 +0800 Subject: [PATCH] chore!: cleanup deleted export --- thermion_dart/lib/thermion_dart.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/thermion_dart/lib/thermion_dart.dart b/thermion_dart/lib/thermion_dart.dart index de91b2e7..b2b1d1e4 100644 --- a/thermion_dart/lib/thermion_dart.dart +++ b/thermion_dart/lib/thermion_dart.dart @@ -1,5 +1,4 @@ library filament_dart; export 'thermion_dart/thermion_viewer.dart'; -export 'thermion_dart/entities/entity_transform_controller.dart'; export 'thermion_dart/utils/geometry.dart';