Skip to content

Commit ed73a32

Browse files
committed
feat: data - remove L, no one will miss it there were like 6 algs there
- also non-v3 data folder renamed data -> data_old
1 parent 7218cb5 commit ed73a32

File tree

6 files changed

+1
-31
lines changed

6 files changed

+1
-31
lines changed

src/configs/navigation/routes.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import { ollTrexSheetGroupings} from "../algSheets/ingest/OLL_TREX";
77
import { pllTrexSheetGroupings } from "../algSheets/ingest/PLL_TREX";
88
import { zbllTrexSheetGroupings } from "../algSheets/ingest/ZBLL_TREX";
99

10-
import { LNoGrouping } from "../../data/ZBLL/lObj";
11-
import { ZBLSNoGrouping } from "../../data/ZBLS/zblsObj";
10+
import { ZBLSNoGrouping } from "../../data_old/ZBLS/zblsObj";
1211

1312
import type { IPageData } from "../../types/navigation/navigationTypes";
1413

@@ -58,12 +57,6 @@ export const p: IPageData[] = [
5857
]
5958
}
6059
},
61-
{ path: 'ZB/ZBLL/L', name: "L ZBLL", icon: "cubing-icon event-333",
62-
datalists: {
63-
main: LNoGrouping,
64-
unsorted: LNoGrouping,
65-
}
66-
},
6760
{ path: 'ZB/ZBLL/H', name: "H ZBLL", icon: "cubing-icon event-333",
6861
datalists: {
6962
main: zbllTrexSheetGroupings.h_none,

src/data/ZBLL/lObj.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)