Skip to content

Commit

Permalink
Removes unused imports from styles.ts.
Browse files Browse the repository at this point in the history
Should have dropped these in the previous commit but didn't notice quickly enough.
  • Loading branch information
dgp1130 committed May 3, 2022
1 parent 831b592 commit 0b0adc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/rules_prerender/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,7 @@ ts_library(
visibility = ["//packages/renderer:__subpackages__"],
deps = [
":inline_style_map",
"//common:fs",
"//common/models:prerender_annotation",
"@npm//@bazel/runfiles",
],
)

Expand Down
2 changes: 0 additions & 2 deletions packages/rules_prerender/styles.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { runfiles } from '@bazel/runfiles';
import * as fs from 'rules_prerender/common/fs';
import { createAnnotation, StyleScope } from 'rules_prerender/common/models/prerender_annotation';
import { getMap as getInlineStyleMap } from 'rules_prerender/packages/rules_prerender/inline_style_map';

Expand Down

0 comments on commit 0b0adc6

Please sign in to comment.