Move some more stuff over

This commit is contained in:
Gregory Schier
2026-03-07 07:44:50 -08:00
parent ff6686f982
commit d99898f39b
13 changed files with 12 additions and 43 deletions

View File

@@ -12,7 +12,7 @@ import {
import classNames from 'classnames';
import { useAtomValue } from 'jotai';
import { useState } from 'react';
import { useDebouncedValue } from '../../hooks/useDebouncedValue';
import { useDebouncedValue } from '@yaakapp-internal/ui';
import { useInstallPlugin } from '../../hooks/useInstallPlugin';
import { usePluginInfo } from '../../hooks/usePluginInfo';
import { usePluginsKey, useRefreshPlugins } from '../../hooks/usePlugins';