Skip to content

Commit

Permalink
Remove unused import of Direction in RightSidebar component
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianhajdin committed Jan 29, 2024
1 parent a617088 commit 2376a67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/RightSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { bringElement, modifyShape } from "@/lib/shapes";
import Text from "./settings/Text";
import Color from "./settings/Color";
import Export from "./settings/Export";
import Direction from "./settings/Direction";
import Dimensions from "./settings/Dimensions";

const RightSidebar = ({
Expand Down

0 comments on commit 2376a67

Please sign in to comment.