mirror of
https://github.com/FormidableLabs/webpack-dashboard.git
synced 2026-01-18 14:18:05 +00:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
import { red } from "foo";
|
|
|
|
export const usesRed = function () {
|
|
return red();
|
|
};
|