<!-- .github/pull_request_template.md --> ## Description <!-- Provide a clear description of the changes in this PR --> ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --------- Co-authored-by: Daulet Amirkhanov <damirkhanov01@gmail.com>
3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
export { default as Modal } from "./Modal";
|
|
export { default as useModal } from "./useModal";
|
|
|