🚚 Rename Redux store (settings-tab → settings)

This commit is contained in:
Philipp Stracker 2025-01-21 15:52:55 +01:00
parent 664e81d5c3
commit e2f88cdef8
No known key found for this signature in database
10 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import { addDebugTools } from './debug';
import * as Onboarding from './onboarding';
import * as Common from './common';
import * as Payment from './payment';
import * as Settings from './settings-tab';
import * as Settings from './settings';
import * as Styling from './styling';
const stores = [ Onboarding, Common, Payment, Settings, Styling ];