Skip to content

Fix import error

Fix import error #68

Workflow file for this run

on: pull_request
jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '20.11'
- run: yarn
- run: yarn lint:check
- run: yarn test
- run: yarn build