mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move subset folder into src folder
This commit is contained in:
parent
3f1bd9eb6f
commit
4a4f2c36dc
10 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
import { promiseTry, LOCAL_FONT_PROTOCOL } from "@excalidraw/common";
|
||||
|
||||
import { subsetWoff2GlyphsByCodepoints } from "../subset/subset-main";
|
||||
import { subsetWoff2GlyphsByCodepoints } from "../src/subset/subset-main";
|
||||
|
||||
type DataURL = string;
|
||||
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
import { isServerEnv, promiseTry } from "@excalidraw/common";
|
||||
|
||||
import { WorkerInTheMainChunkError, WorkerUrlNotDefinedError } from "../errors";
|
||||
import { WorkerPool } from "../workers";
|
||||
import {
|
||||
WorkerInTheMainChunkError,
|
||||
WorkerUrlNotDefinedError,
|
||||
} from "../../errors";
|
||||
import { WorkerPool } from "../../workers";
|
||||
|
||||
import type { Commands } from "./subset-shared.chunk";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue