6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
/**
|
|
* Internal dependencies
|
|
*/
|
|
export * from './constants';
|
|
export * from './feature-flags';
|