Skip to content

Commit

Permalink
ball
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Oct 31, 2024
1 parent 9ed5ddb commit 7405642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/windows/main/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import Integrations from './pages/Integrations.svelte';
import Misc from './pages/Misc.svelte';
import Mods from './pages/Mods.svelte';
import RobloxPage from './pages/Roblox.svelte';
import BehaviorPage from './pages/Behavior.svelte';
import Roblox from './ts/roblox';
import { sleep } from './ts/utils/';
import { focusWindow } from './ts/window';
Expand Down Expand Up @@ -123,7 +123,7 @@
<FastFlags render={false} />
<Misc render={false} />
<Mods render={false} />
<RobloxPage render={false} />
<BehaviorPage render={false} />
</div>
<Onboarding />
<Updater />
Expand Down Expand Up @@ -164,7 +164,7 @@
{:else if currentPage === 'dev'}
<Dev />
{:else if currentPage === 'roblox'}
<RobloxPage />
<BehaviorPage />
{:else if currentPage === 'flags_editor'}
<FlagEditorPage />
{:else}
Expand Down

0 comments on commit 7405642

Please sign in to comment.