From fa32829b2e6a4fb47a91f0d1e62a82f4d73206d6 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 29 Mar 2023 22:15:55 -0700 Subject: [PATCH] Fix build --- index.html | 2 +- src-tauri/src/main.rs | 31 ++++++++++------------- src-tauri/tauri.conf.json | 14 +++++++++- src-web/components/App.tsx | 12 ++++----- src-web/components/AppRouter.tsx | 9 +++---- src-web/components/core/Editor/Editor.tsx | 7 ++--- src-web/components/core/Editor/index.tsx | 5 +++- src-web/hooks/useTauriListeners.ts | 8 ++++++ src-web/main.tsx | 3 +++ 9 files changed, 54 insertions(+), 37 deletions(-) diff --git a/index.html b/index.html index 72141867..a50c3894 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Yaak App - +