refactor: Consolidate global styling with Tailwind and HeroUI theme variables and refactor devtools integration.
This commit is contained in:
@@ -19,11 +19,4 @@ Sentry.startSpan({ name: 'Requesting all the pokemon' }, async () => {
|
||||
// Some lengthy operation here
|
||||
await fetch('https://api.pokemon.com/data/')
|
||||
})
|
||||
```
|
||||
# shadcn instructions
|
||||
|
||||
Use the latest version of Shadcn to install new components, like this command to add a button component:
|
||||
|
||||
```bash
|
||||
pnpm dlx shadcn@latest add button
|
||||
```
|
||||
```
|
||||
Reference in New Issue
Block a user