UNPKG

468 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.stylesheet = exports.css = void 0;
5
6const stylesheet = () => {
7 throw new Error('stylesheet template literal evaluated at runtime. ' + 'Make sure astroturf is properly configured to compile this file');
8};
9
10exports.stylesheet = stylesheet;
11
12const css = () => {
13 throw new Error('css template literal evaluated at runtime. ' + 'Make sure astroturf is properly configured to compile this file');
14};
15
16exports.css = css;
\No newline at end of file