Skip to content

Commit d094862

Browse files
author
Sergei Orlov
committed
chore: optimize imports
1 parent 3d860d3 commit d094862

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Switch.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { Switch } from "../src";
2-
import match from "../src";
1+
import match, { Switch } from "../src";
32

43
describe("Switch", () => {
54
it("should exist", () => {

0 commit comments

Comments
 (0)