Skip to content

Commit

Permalink
fixed components index typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Miyuki-L committed Mar 5, 2024
1 parent e53617c commit 742e351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Button } from "./Button.tsx";
import { NavBar } from "./NavBar.tsx";
import { PathwayTimeline } from "./pathwayTimeline.tsx";
import { PathwayTimeline } from "./PathwayTimeline.tsx";

export { Button, NavBar, PathwayTimeline };

0 comments on commit 742e351

Please sign in to comment.