mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-18 22:51:32 +03:00
9 lines
211 B
JavaScript
9 lines
211 B
JavaScript
|
import * as React from "react";
|
||
|
import * as Constants from "~/common/constants";
|
||
|
|
||
|
import { css } from "@emotion/react";
|
||
|
|
||
|
export const CreateFilecoinStorageDeal = (props) => {
|
||
|
return <div>Hello World</div>;
|
||
|
};
|