Skip to content

Commit 5c4e7f8

Browse files
committed
Replace export * barrel in web3 index to restore tree-shaking
1 parent 83702f8 commit 5c4e7f8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/BUTTON_VARIANTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ A reusable button system with variants, sizes, keyboard navigation, and full dar
77
Both components are exported from `@/components`:
88

99
```tsx
10-
import { Button, ButtonGroup } from '@/components';
10+
import {Button, ButtonGroup} from '@/components';
1111
import type { ButtonProps } from '@/components';
1212
```
1313

14-
## Overview
14+
##Overview
1515

1616
This project uses URL-based API versioning to protect clients from breaking changes.
1717

docs/DISCORD_OAUTH_INTEGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document describes the Discord OAuth2 integration implementation for the TeachLink authentication flow.
44

5-
## Overview
5+
##Overview
66

77
The Discord OAuth integration allows users to authenticate using their Discord account, providing a seamless signup/login experience.
88

docs/monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
3. Click "Enable Notifications" and allow permission
88
4. Send a test message
99

10-
## Features
10+
##Features
1111

1212
- **System Health**: Real memory, CPU, uptime from Node.js
1313
- **Notification Metrics**: Sent, Delivered, Clicked, Failed counts

0 commit comments

Comments
 (0)