mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-29 03:33:58 +01:00
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
|
import { renderPage } from './static/js/utils/renderer';
|
||
|
|
||
|
import './static/css/AddMediaPage.scss';
|
||
|
|
||
|
renderPage();
|