Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlee64 committed Feb 28, 2025
1 parent 60ddf55 commit 4e71553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import React from 'react';

import {Link} from '../common/Links';
import {useConfiguredProviders} from '../PlaygroundPage/useConfiguredProviders';
import {useWFHooks, WFDataModelAutoProvider} from '../wfReactInterface/context';
import {WFDataModelAutoProvider} from '../wfReactInterface/context';
import {ProviderTable} from './ProviderTable';

const ProviderStatus = ({isActive}: {isActive: boolean}) => {
Expand Down

0 comments on commit 4e71553

Please sign in to comment.