mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 09:38:12 +08:00
Rename /frontend/wasm -> /frontend/wrapper (#3927)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { writable } from "svelte/store";
|
||||
import type { Writable } from "svelte/store";
|
||||
import type { SubscriptionsRouter } from "/src/subscriptions-router";
|
||||
import type { AppWindowPlatform } from "/wasm/pkg/graphite_wasm";
|
||||
import type { AppWindowPlatform } from "/wrapper/pkg/graphite_wasm_wrapper";
|
||||
|
||||
export type AppWindowStore = ReturnType<typeof createAppWindowStore>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user