fix: fix apps and articles not opening (#339)

* fix: fix apps and articles not opening

* style: adjusting the order of import statements
This commit is contained in:
ayangweb
2025-04-08 15:48:59 +08:00
committed by GitHub
parent b45eb0b91d
commit 211ba463d0

View File

@@ -1,6 +1,7 @@
import { useEffect, useState } from "react";
import { open } from "@tauri-apps/plugin-shell";
import { hide_coco } from "@/commands"
import { hide_coco } from "@/commands";
import platformAdapter from "./platformAdapter";
// 1