This commit is contained in:
Alex Gleason 2021-08-11 12:22:06 -05:00
parent bde53541b7
commit b53b031720
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ export default function aliasesReducer(state = initialState, action) {
default: default:
return state; return state;
} }
}; }