Skip to content

Commit

Permalink
fix(bundle): fix bundling of css for lib-esm (stackblitz try 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 2, 2017
1 parent 7f04eb4 commit 0b6f561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/statevis/StateVisWindow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { h, render, Component } from "preact";
import "./statevis.css";
import { StateSelector } from "../selector/StateSelector";
import { toggleClass, addClass } from "../util/toggleClass";
import { draggable, dragActions } from "../util/draggable";
Expand Down

0 comments on commit 0b6f561

Please sign in to comment.