Skip to content

Commit

Permalink
Removed new engine page
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Nov 13, 2023
1 parent 44a711f commit 79ba715
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
1 change: 0 additions & 1 deletion src/components/Sidebar/Versions/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const VersionsList: React.FC = () => {
</VersionSeparator>
<YARGVersion channel="stable" />
<YARGVersion channel="nightly" />
<YARGVersion channel="newEngine" />
<VersionSeparator name="Songs">
<AddIcon className={styles.add} />
</VersionSeparator>
Expand Down
37 changes: 0 additions & 37 deletions src/routes/YARG/NewEngine.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Home from "@app/routes/Home";
import Settings from "@app/routes/Settings";
import StableYARGPage from "./YARG/Stable";
import NightlyYARGPage from "./YARG/Nightly";
import NewEngineYARGPage from "./YARG/NewEngine";
import Queue from "@app/routes/Queue";
import SetlistPage from "./Setlist";
import NewsPage from "./NewsPage";
Expand Down Expand Up @@ -40,11 +39,6 @@ const Router = createBrowserRouter([
element: <NightlyYARGPage />
},

{
path: "/yarg/newEngine",
element: <NewEngineYARGPage />
},

{
path: "/setlist/official",
element: <SetlistPage setlistId="official" />
Expand Down

0 comments on commit 79ba715

Please sign in to comment.