rickvanlieshout.com/src/utils/index.ts

4 lines
171 B
TypeScript
Raw Normal View History

export { default as getIcon } from "./get-icon";
export { default as getContactHref } from "./get-contact-href";
export { default as toKebabCase } from "./to-kebab-case";