mirror of
https://github.com/sern-handler/website
synced 2026-06-24 00:32:24 +00:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import * as z from "./external";
|
|
export * from "./external";
|
|
export { z };
|
|
export default z;
|