1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

refactored css imports

This commit is contained in:
Fedor Katurov 2022-01-04 20:35:35 +07:00
parent 8d5afb4f98
commit ef959af711
7 changed files with 11 additions and 22 deletions

View file

@ -36,12 +36,6 @@ const authPersistConfig: PersistConfig = {
storage,
};
const flowPersistConfig: PersistConfig = {
key: 'flow',
whitelist: ['nodes', 'recent', 'updated'],
storage,
};
const playerPersistConfig: PersistConfig = {
key: 'player',
whitelist: ['youtubes'],