export enum Path { Home = "/", Settings = "/settings", } export enum SlotID { AppBody = "app-body", }