Skip to content

Commit

Permalink
fixes linting import order issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTherapy committed Aug 25, 2024
1 parent bf7cad0 commit af2ea21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import fs from "node:fs";
import path from "node:path";
import url from "node:url";

import { EditableNetworkedDOM, LocalObservableDOMFactory } from "networked-dom-server";
import chokidar, { FSWatcher } from "chokidar";
import { EditableNetworkedDOM, LocalObservableDOMFactory } from "networked-dom-server";
import WebSocket from "ws";

const getMmlDocumentContent = (documentPath: string) => {
Expand Down

0 comments on commit af2ea21

Please sign in to comment.