Skip to content

Commit

Permalink
chore: sorted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Feb 16, 2024
1 parent 97c90d5 commit e38c954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/SideNote/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import {
PropsWithChildren,
ReactElement,
} from "react";
import clsx from "clsx";
import { ChevronRightIcon } from "./ChevronRightIcon";
import { Text } from "../Text";
import "./SideNote.scss";
import clsx from "clsx";

type SideNoteProps = Omit<ComponentProps<"div">, "className"> & {
title?: string | ReactElement;
Expand Down

0 comments on commit e38c954

Please sign in to comment.