export const makeId = () => {
	return Math.random().toString().replace('.', '');
};
