Skip to content

Commit 9e8e3cd

Browse files
committed
chore: update ProgressBar import
1 parent 03ca8c7 commit 9e8e3cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./progress-bar.component";

js/react/showcase/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ import {
1515
Calendar,
1616
CalendarRangeDate,
1717
DropdownTree,
18+
ProgressBar,
1819
InputSearch,
1920
} from "@rustlanges/react";
2021
import { ShowComponent } from "./ShowComponent";
2122
import { Fragment, useState } from "react";
22-
import { ProgressBar } from "@/components/progress-bar/progress-bar.component";
2323

2424
const collaborator = {
2525
avatarUrl:

0 commit comments

Comments
 (0)