6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
// Internal dependencies.
|
|
import themeOptionsLibrary from './theme-options-library/module';
|
|
|
|
|
|
export default themeOptionsLibrary;
|