mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: add feature guard as hook and component.
This commit is contained in:
6
src/common/features.js
Normal file
6
src/common/features.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
export const Features = {
|
||||
Warehouses: 'warehouses',
|
||||
Branches: 'branches'
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
export * from './TableStyle';
|
||||
export * from './features';
|
||||
|
||||
export const Align = { Left: 'left', Right: 'right', Center: 'center' };
|
||||
|
||||
Reference in New Issue
Block a user