Skip to content

Commit 112b62a

Browse files
committed
fix: 🐛 (globals) remove no longer used declarations file
1 parent 8bc9ca7 commit 112b62a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

projects/pretty-html-log/src/lib/phl.d.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

projects/pretty-html-log/src/lib/phl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ComponentFixture } from '@angular/core/testing';
22
import { DebugElement } from '@angular/core';
3-
import { highlight, Theme, THEMES } from 'pretty-html-log';
3+
import { highlight, THEMES } from 'pretty-html-log';
44

55
import { fixturePrettier } from './prettiers/fixture/pretty-fixture';
66
import {

0 commit comments

Comments
 (0)