Skip to content

Commit

Permalink
Merge branch 'main' into guibranco-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jun 8, 2024
2 parents 28056e2 + 2ad6805 commit 7d8f650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import Footer from "./Footer";
import NavBar from "./NavBar";
import Pagination from "./Pagination";
import ProgressBar from "./ProgressBar";
import UpdateBadge from "./UpdateBadge";

export { Controls, Footer, NavBar, Pagination, ProgressBar };
export { Controls, Footer, NavBar, Pagination, ProgressBar, UpdateBadge };

0 comments on commit 7d8f650

Please sign in to comment.