Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
alii authored May 1, 2024
1 parent 71718a7 commit 6bcc9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {getMapURL} from '../server/apple-maps';
import {getRecentBlogPosts, type PartialBlogPost} from '../server/blog';
import {env} from '../server/env';
import {getLanyard} from '../server/lanyard';
import {age, discordId} from '../utils/constants';
import {discordId} from '../utils/constants';
import {formatList} from '../utils/lists';

export interface Props {
Expand Down

0 comments on commit 6bcc9c9

Please sign in to comment.