chen-rn / CUA

(deprecateed) create-universal-app(CUA) is an opinionated template for creating fullstack universal apps (Expo, Next, tRPC, Prisma, Clerk, Solito, Tamagui)
https://cua-demo.vercel.app
MIT License
1.01k stars 67 forks source link

comment referencing wrong package #2

Closed alitnk closed 1 year ago

alitnk commented 1 year ago

Got me a bit confused for a sec. Thought I'd make this PR. Also is there a reason to not import it from the UI package?

chen-rn commented 1 year ago

Oh yes, good catch. It was probably done by VSCode auto-import. It should be referencing the UI library for consistency. Wanna make a PR?

alitnk commented 1 year ago

Done