export enum Tabs {
    PLAY = 'Play',
    CHANGELOG = 'Changelog',
    SETTINGS = 'Settings',
    DEV = 'Dev'
}