Skip to content

Commit

Permalink
ResolvedVc<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 27, 2024
1 parent e81d4da commit f7ef3aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/next-api/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -755,11 +755,11 @@ enum AppPageEndpointType {
enum AppEndpointType {
Page {
ty: AppPageEndpointType,
loader_tree: Vc<AppPageLoaderTree>,
loader_tree: ResolvedVc<AppPageLoaderTree>,
},
Route {
path: Vc<FileSystemPath>,
root_layouts: Vc<FileSystemPathVec>,
path: ResolvedVc<FileSystemPath>,
root_layouts: ResolvedVc<FileSystemPathVec>,
},
Metadata {
metadata: MetadataItem,
Expand Down

0 comments on commit f7ef3aa

Please sign in to comment.