This directory contains shared code and utilities used across the project.
# Install dependencies
yarn install- This library is used as a dependency in other parts of the project
- Make sure to run
yarn installhere to keep TypeScript happy - Any changes to this library may require rebuilding dependent projects
This library is automatically linked to other projects in the monorepo. Import components and utilities as needed:
import { Button } from 'lib/components/button'