mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import * as z from "./external";
|
|
export * from "./external";
|
|
export { z };
|
|
export default z;
|