mirror of
https://github.com/FormidableLabs/webpack-dashboard.git
synced 2026-01-25 14:27:01 +00:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
"use strict";
|
|
|
|
const dashboard = require("./dashboard/index");
|
|
|
|
module.exports = dashboard;
|