export const source = (component: string, file: string) => {
    return `#${component}/${file}`;
};
