import { green } from "./colors.js";
import file from "./file.jpg";
export default `body { background: url("${file}"); color: ${green}; }`;