Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelnutcloud committed Mar 27, 2023
1 parent 6a84f62 commit b9b56f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/start/mod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "npm:reflect-metadata";
import { Arkiver, buildSchemaFromEntities } from "../../mod.ts";
import { $, createYoga, delay, join, serve } from "../deps.ts";
import { ArkiverMetadata } from "../../src/arkiver/entities.ts";
import { ArkiverMetadata } from "../../src/arkiver/arkive-metadata.ts";

export const action = async (
options: {
Expand Down

1 comment on commit b9b56f5

@vercel
Copy link

@vercel vercel bot commented on b9b56f5 Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.