Clean up tauri

This commit is contained in:
49lf
2024-07-31 15:15:09 -04:00
parent 871cc4df35
commit f566cd673b
72 changed files with 144 additions and 8677 deletions

View File

@ -16,7 +16,6 @@ import {
import { useCommandsContext } from 'hooks/useCommandsContext'
import { fileMachine } from 'machines/fileMachine'
import { isDesktop } from 'lib/isDesktop'
import { join, sep } from '@tauri-apps/api/path'
import { DEFAULT_FILE_NAME, FILE_EXT } from 'lib/constants'
import { getProjectInfo } from 'lib/desktop'