echobind / bisonapp

A Full Stack Jamstack in-a-box brought to you by Echobind
MIT License
592 stars 28 forks source link

chore: Remove unnecessary React imports. #280

Closed cullylarson closed 2 years ago

cullylarson commented 2 years ago

Since we're using Next.js we don't need to import React in every .tsx file. It's done automatically.

Changes

Checklist