mirror of
https://github.com/FormidableLabs/webpack-dashboard.git
synced 2026-01-18 14:18:05 +00:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
export const green = function () {
|
|
return "green";
|
|
};
|