mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:45 +01:00
[WIP] Refactor to NPM workspaces (#104)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
import type { Tokens } from '../gen/Tokens';
|
||||
import type { Tokens } from '@yaakapp-internal/template';
|
||||
import { invokeCmd } from '../lib/tauri';
|
||||
|
||||
export function useTemplateTokensToString(tokens: Tokens) {
|
||||
|
||||
Reference in New Issue
Block a user