@eightshift/frontend-libs
Version:
A collection of useful frontend utility modules. powered by Eightshift
20 lines (15 loc) • 523 B
JavaScript
/**
* This is the main entry point for Application used for the `WordPress frontend screen`.
* This file registers styles and scripts and all other assets only for the WordPress frontend screen.
* You would load images, fonts, helpers, header, footed, etc, everything not related to Block Editor here.
*
* Usage: `WordPress frontend screen`.
*/
// Load Styles
import './styles/application.scss';
// // Load Scripts
import './scripts/application';
// Load images
import './images';
// Load fonts
import './fonts';