Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Nov 28, 2024
1 parent 50ec43b commit 1912bd0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions crates/next-api/src/app.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
use std::{
collections::{HashMap, HashSet},
future::IntoFuture,
};
use std::future::IntoFuture;

use anyhow::{Context, Result};
use next_core::{
Expand Down Expand Up @@ -72,13 +69,10 @@ use turbopack_core::{
use turbopack_ecmascript::resolve::cjs_resolve;

use crate::{
dynamic_imports::{
collect_chunk_group, collect_evaluated_chunk_group, collect_next_dynamic_imports,
VisitedDynamicImportModules,
},
dynamic_imports::{collect_chunk_group, collect_evaluated_chunk_group},
font::create_font_manifest,
loadable_manifest::create_react_loadable_manifest,
module_graph::{get_module_graph_for_page, get_reduced_graphs_for_page, SingleModuleGraph},
module_graph::get_reduced_graphs_for_page,
nft_json::NftJsonAsset,
paths::{
all_paths_in_root, all_server_paths, get_asset_paths_from_root, get_js_paths_from_root,
Expand Down

0 comments on commit 1912bd0

Please sign in to comment.