We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d860d3 commit d094862Copy full SHA for d094862
tests/Switch.spec.ts
@@ -1,5 +1,4 @@
1
-import { Switch } from "../src";
2
-import match from "../src";
+import match, { Switch } from "../src";
3
4
describe("Switch", () => {
5
it("should exist", () => {
0 commit comments