hotfix: patches dist folder for design system

This commit is contained in:
@wwwjim 2020-08-06 16:50:05 -07:00
parent 19e80ca3ac
commit 16ad4b60db
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import * as React from "react";
import * as System from "../dist";
import * as System from "~/dist";
import { css } from "@emotion/react";

View File

@ -1,7 +1,5 @@
import * as MW from "~/node_common/middleware";
import DB from "~/node_common/database";
const initCORS = MW.init(MW.CORS);
export default (req, res) => {