Rename directory "engines" to "languages"

This commit is contained in:
Nilay Majorwar
2022-01-30 20:47:33 +05:30
parent 0bf7c0de3a
commit e3be5a8a83
82 changed files with 27 additions and 21 deletions
+6 -3
View File
@@ -1,10 +1,13 @@
import React from "react";
import { StepExecutionResult } from "../engines/types";
import { StepExecutionResult } from "../languages/types";
import {
WorkerRequestData,
WorkerResponseData,
} from "../engines/worker-constants";
import { WorkerParseError, WorkerRuntimeError } from "../engines/worker-errors";
} from "../languages/worker-constants";
import {
WorkerParseError,
WorkerRuntimeError,
} from "../languages/worker-errors";
import { useErrorBoundary } from "./providers/error-boundary-provider";
/** Possible states for the worker to be in */