Migrate to a monorepo structure (#2909)
This commit is contained in:
@ -0,0 +1 @@
|
||||
export const UpdateViewDropdownId = 'update-view';
|
||||
@ -0,0 +1 @@
|
||||
export const ViewsDropdownId = 'views';
|
||||
@ -0,0 +1,2 @@
|
||||
// TODO: find a better pattern than using '' as a fallback
|
||||
export const UNDEFINED_FAMILY_ITEM_ID = '';
|
||||
Reference in New Issue
Block a user