Skip to content

Commit

Permalink
fix: unused app
Browse files Browse the repository at this point in the history
  • Loading branch information
RealityAnomaly committed Dec 11, 2024
1 parent c7e4947 commit 93d8570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/architect-core/src/project.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as fs from 'node:fs/promises';
import { Ajv, JSONSchemaType } from "ajv";
import { Reflect } from "@dx/reflect";

import { App, Architect, ComponentClass, ComponentMetadata, Target, ArchitectCoreProject } from './index.mts';
import { Architect, ComponentClass, ComponentMetadata, Target, ArchitectCoreProject } from './index.mts';
import { PluginClass } from "./plugin.mts";
import { Component } from "./component.mts";
import Module from "node:module";
Expand Down

0 comments on commit 93d8570

Please sign in to comment.