@hailer-oy/birds-eye
Version:
This component library directory contains all the react components for Hailer Bird's Eye! Developing these componets happens [here](https://github.com/KvanttoriOy/birds-eye/tree/master/birds-eye-components), only copy your changes in lib from there to src
12 lines (11 loc) • 324 B
TypeScript
/**
* @file This file is used for exporting components
* from the library.
*
* @author Juhana Kuparinen
*/
import "./styles/globals.css";
import Map from "./components/Map";
import Functions from "./components/Functions";
import Processes from "./components/Processes";
export { Map, Functions, Processes };