Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ymonb1291 committed Oct 17, 2020
1 parent a45fe32 commit 3c0ee1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions logger_test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { Transport } from "../papyrus-file/deps.ts";
import { Rhum } from "./deps_test.ts";
import { Formatter } from "./formatter.interface.ts";
import { Log } from "./log.interface.ts";
import { Logger } from "./logger.ts";
import { Papyrus } from "./mod.ts";

import type { Formatter, Log, Transport } from "./mod.ts";

let output: string = "";
let alternateConsole = function(data: string) {
output += data;
Expand Down
2 changes: 1 addition & 1 deletion papyrus.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Level } from "./level.enum.ts";
import { Logger } from "./logger.ts";
import { Level } from "./mod.ts";

import type { ChildOptions } from "./child_options.interface.ts";
import type { PapyrusOptions } from "./papyrus_options.interface.ts";
Expand Down

0 comments on commit 3c0ee1b

Please sign in to comment.