Skip to content

Commit

Permalink
use vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
0kzh committed Sep 6, 2024
1 parent a5ebc32 commit c700bca
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 2,247 deletions.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Spinner } from "./Spinner";
import { testHighlights as _testHighlights } from "./test-highlights";

import "./style/App.css";
import "../../dist/index.css";
import "../../dist/style.css";

const testHighlights: Record<string, Array<IHighlight>> = _testHighlights;

Expand Down
Loading

0 comments on commit c700bca

Please sign in to comment.