mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-09 18:53:38 +02:00
Template Tag Function Editor (#67)

This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { getCurrentWebviewWindow } from '@tauri-apps/api/webviewWindow';
|
||||
import { attachConsole } from '@tauri-apps/plugin-log';
|
||||
import { type } from '@tauri-apps/plugin-os';
|
||||
import { StrictMode } from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import { pdfjs } from 'react-pdf';
|
||||
import { attachConsole } from '@tauri-apps/plugin-log';
|
||||
import { App } from './components/App';
|
||||
import './main.css';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user