oysterprotocol/webinterface

View on GitHub
src/components/download-started/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from "react";
import { connect } from "react-redux";

import DownloadStartedSlide from "./download-started-slide";

const DownloadStarted = () => <DownloadStartedSlide />;

export default connect()(DownloadStarted);