POC for exporting components.

This commit is contained in:
Mike Cao 2023-04-21 12:43:37 -07:00
parent 8bddc666b4
commit a0894866b9
8 changed files with 1777 additions and 42 deletions

View file

@ -46,6 +46,7 @@
"react/react-in-jsx-scope": "off",
"react/prop-types": "off",
"import/no-anonymous-default-export": "off",
"import/no-named-as-default": "off",
"@next/next/no-img-element": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",