Skip to content

Commit

Permalink
Fix: exported seat status
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Mar 16, 2024
1 parent 676c006 commit 6608af1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { default as Core, TooltipProvider } from "@/components";
import { store } from "@/store";
import { type ISTKProps } from "./types";

export { SeatStatus } from "@/types/elements";

export const SeatToolkit = (props: ISTKProps) => {
return (
<Provider store={store}>
Expand Down

0 comments on commit 6608af1

Please sign in to comment.