Skip to content

Commit

Permalink
Organise imports
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-grace committed Apr 4, 2024
1 parent 11886ee commit 5ef82f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/SplitView/SplitViewSized.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
*
* SPDX-License-Identifier: MIT
*/
import { Box } from "@chakra-ui/layout";
import { createRef, useEffect } from "react";
import { dimensionPropName, useSplitViewContext } from "./context";
import { Box } from "@chakra-ui/layout";
import { Collapse } from "@chakra-ui/react";

interface SizedPaneProps {
children: JSX.Element;
Expand Down

0 comments on commit 5ef82f8

Please sign in to comment.