export enum RootEnum {
	ROOT_OUTSIDE = 'outside',
	ROOT_INSIDE = 'inside',
	ROOT_LOADING = 'loading',
	ROOT_SET_USERNAME = 'setUsername'
}