mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-24 17:44:50 +03:00
hotfix: patches dist folder for design system
This commit is contained in:
parent
19e80ca3ac
commit
16ad4b60db
@ -1,5 +1,5 @@
|
||||
import * as React from "react";
|
||||
import * as System from "../dist";
|
||||
import * as System from "~/dist";
|
||||
|
||||
import { css } from "@emotion/react";
|
||||
|
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user