Skip to content

Commit

Permalink
fix: 🚀 remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauline Didier committed Aug 13, 2024
1 parent a0d745e commit c3a51ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/model/panels/left/ComponentTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
TextField,
Typography,
} from "@mui/material";
import { useEffect, useState, useRef, useCallback } from "react";
import { useEffect, useState } from "react";
import { useDispatch } from "react-redux";
import { patchComponent } from "../../../../actions/model/patchComponent";
import { useReadOnly } from "../../../../hooks/useReadOnly";
Expand Down

0 comments on commit c3a51ba

Please sign in to comment.