commas
This commit is contained in:
12
frontend/src/constant/Properties.js
Normal file
12
frontend/src/constant/Properties.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
STORE_KEY: 'data',
|
||||
DARK_MODE: {
|
||||
CLASSNAME: {
|
||||
Dark: 'dark',
|
||||
Light: 'light',
|
||||
},
|
||||
STORE: {
|
||||
Key: 'theme',
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user