Changeset 67dfe57 for pages/index
- Timestamp:
- 12/24/25 17:31:11 (7 months ago)
- Branches:
- main
- Children:
- e729b88
- Parents:
- 40ac7a9
- File:
-
- 1 edited
-
pages/index/+Page.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pages/index/+Page.tsx
r40ac7a9 r67dfe57 16 16 17 17 import { onGetHighestRankedBuilds, onCloneBuild } from './buildCards.telefunc'; 18 import { onGetApprovedBuilds} from '../+Layout.telefunc';18 import {onGetApprovedBuilds, onGetAuthState} from '../+Layout.telefunc'; 19 19 import {getAuthState} from "../../server/telefunc/ctx"; // 20 20 … … 33 33 authData, highestRankedBuilds, commnityBuilds 34 34 ] = await Promise.all([ 35 getAuthState(),35 onGetAuthState(), 36 36 onGetHighestRankedBuilds({ limit: 3 }), 37 37 onGetApprovedBuilds({ limit: 12 })
Note:
See TracChangeset
for help on using the changeset viewer.
