export type ComponentFile = {
  filePath: string;
  name: string;
  extension: string;
};
