2024-11-25 17:51:46 +07:00

7 lines
103 B
JavaScript

import Annoncement from "./Announcement";
import Otp from "./Otp";
export {
Annoncement,
Otp
}