initial
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import './admin.scss';
|
||||
|
||||
import './scripts/onboarding';
|
||||
|
||||
function importAll( r ) {
|
||||
r.keys().forEach( r );
|
||||
}
|
||||
|
||||
importAll(
|
||||
require.context( '../components/', true, /\/script\.js$/ ),
|
||||
require.context( '../components/', true, /\/_style\.scss$/ ),
|
||||
require.context( '../includes/core/settings/', true, /\/field\.js$/ )
|
||||
);
|
||||
Reference in New Issue
Block a user