import { createDir } from "@tauri-apps/api/fs"; export const testing = async () => { await createDir("/home/vomitblood/.config/stort/"); };