mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 19:47:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user