Browse Source

Merge pull request #444 from danditomaso/hotfix/remove-unneeded-import

fix: removed hook from device config
pull/445/head
Dan Ditomaso 1 year ago
committed by GitHub
parent
commit
c9416a31a2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/pages/Config/DeviceConfig.tsx

2
src/pages/Config/DeviceConfig.tsx

@ -14,8 +14,6 @@ import {
} from "@components/UI/Tabs.tsx";
export const DeviceConfig = () => {
const { metadata } = useDevice();
const tabs = [
{
label: "Device",

Loading…
Cancel
Save