renders
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
import { DiscoverPage } from "@/pages/Discover/DiscoverPage";
|
||||
import { DiscoverPage, DiscoverPaneCount } from "@/pages/Discover/DiscoverPage";
|
||||
import { FeedPage, FeedPaneCount } from "@/pages/Feed/FeedPage";
|
||||
import { MyShowsPage, MyShowsPaneCount } from "@/pages/MyShows/MyShowsPage";
|
||||
import { PlayerPage } from "@/pages/Player/PlayerPage";
|
||||
import { SearchPage } from "@/pages/Search/SearchPage";
|
||||
import { SettingsPage } from "@/pages/Settings/SettingsPage";
|
||||
import { PlayerPage, PlayerPaneCount } from "@/pages/Player/PlayerPage";
|
||||
import { SearchPage, SearchPaneCount } from "@/pages/Search/SearchPage";
|
||||
import { SettingsPage, SettingsPaneCount } from "@/pages/Settings/SettingsPage";
|
||||
|
||||
export enum DIRECTION {
|
||||
Increment,
|
||||
Decrement,
|
||||
}
|
||||
|
||||
export enum TABS {
|
||||
FEED,
|
||||
@@ -28,5 +33,5 @@ export const LayerDepths = {
|
||||
[TABS.DISCOVER]: DiscoverPaneCount,
|
||||
[TABS.SEARCH]: SearchPaneCount,
|
||||
[TABS.PLAYER]: PlayerPaneCount,
|
||||
[TABS.SETTINGS]: SettingPaneCount,
|
||||
[TABS.SETTINGS]: SettingsPaneCount,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user