mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-15 00:01:31 +01:00
4 lines
171 B
TypeScript
4 lines
171 B
TypeScript
|
export { default as getIcon } from "./get-icon";
|
||
|
export { default as getContactHref } from "./get-contact-href";
|
||
|
export { default as toKebabCase } from "./to-kebab-case";
|