Skip to content

Commit 28e3c06

Browse files
committed
Export Authenticated Client from Components
1 parent f0a699b commit 28e3c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pelicanplatform/components",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"homepage": "https://pelicanplatform.org",
55
"repository": {
66
"type": "git",

packages/components/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Re-export all components and hooks from the respective packages
22
export * from "@pelicanplatform/hooks";
33

4-
export { default } from "./Client";
4+
export { default as AuthenticatedClient } from "./AuthenticatedClient";

0 commit comments

Comments
 (0)