Skip to content

Fix import

Fix import #2856

Workflow file for this run

name: Check lint results
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: yarn install
run: yarn install
- name: yarn lint
run: yarn lint