|
@@ -17,7 +17,7 @@ import { AppClassProperties, AppProps, UIAppState, Zoom } from "../types";
|
|
|
import { capitalizeString, isTransparent } from "../utils";
|
|
|
import Stack from "./Stack";
|
|
|
import { ToolButton } from "./ToolButton";
|
|
|
-import { SubtypeShapeActions, SubtypeToggles } from "./Subtypes";
|
|
|
+import { SubtypeShapeActions } from "./Subtypes";
|
|
|
import { hasStrokeColor } from "../scene/comparisons";
|
|
|
import { trackEvent } from "../analytics";
|
|
|
import { hasBoundTextElement, isTextElement } from "../element/typeChecks";
|
|
@@ -342,7 +342,6 @@ export const ShapesSwitcher = ({
|
|
|
</DropdownMenu.Item>
|
|
|
</DropdownMenu.Content>
|
|
|
</DropdownMenu>
|
|
|
- <SubtypeToggles />
|
|
|
</>
|
|
|
);
|
|
|
};
|