mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 17:09:37 +01:00
Fixed the circular imports and things
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
import type { EditorProps } from '../components/core/Editor';
|
||||
import { tryFormatJson, tryFormatXml } from '../lib/formatters';
|
||||
import type { EditorProps } from '../components/core/Editor/Editor';
|
||||
|
||||
export function useFormatText({
|
||||
text,
|
||||
|
||||
Reference in New Issue
Block a user