Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created December 1, 2018 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/ea0b127fd9a13a274f70b6a8b9afe952 to your computer and use it in GitHub Desktop.
Save dance2die/ea0b127fd9a13a274f70b6a8b9afe952 to your computer and use it in GitHub Desktop.
import { lazy } from "react";
const SearchPackageStep = lazy(() => import(`./SearchPackageStep`));
const SelectVersionsStep = lazy(() => import(`./SelectVersionsStep`));
const UnpkgLinksStep = lazy(() => import(`./UnpkgLinksStep`));
export { SearchPackageStep, SelectVersionsStep, UnpkgLinksStep };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment