Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Nov 13, 2023
1 parent d5943b5 commit 91b5be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dot/DotProgress.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { range } from "lodash";
import { Dot } from "./Dot";
import React from "react";

export const DotProgress = ({ current, total }: { current: number; total: number }) => {
if (total <= 1) {
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineConfig({
outDir: "build",

lib: {
// TODO: Copy tailwind & postcss config
entry: resolve(__dirname, "src/index.ts"),
name: "XolaUIKit",
},
Expand Down

0 comments on commit 91b5be3

Please sign in to comment.