export type Component = {
	id?: string;
	title?: string;
	description?: string;
	logouri?: string;
};

export type Events = {};
