build: use special abilities tab as initial tab

This commit is contained in:
Lukas Obermann
2024-03-02 13:51:28 +01:00
parent 10762d9258
commit 123bb30999
+1 -1
View File
@@ -40,7 +40,7 @@ export type RouteState = {
}
const initialState: RouteState = {
path: ["characters", "550e8400-e29b-11d4-a716-446655440000", "spells"],
path: ["characters", "550e8400-e29b-11d4-a716-446655440000", "special_abilities"],
}
const routeSlice = createSlice({