Files

3 lines
75 B
JavaScript
Raw Permalink Normal View History

import Image from "./Image";
export * from "./Image";
export default Image;