mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-18 14:31:44 +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>;
|
|
};
|