Skip to content

Commit 199611f

Browse files
committed
fix sunfish::embed::IncludeDir import path
1 parent c5aedac commit 199611f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/www/content/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use anyhow::Result;
22
use std::io::Read;
33
use std::path::{Path, PathBuf};
4-
use sunfish::{include_dir, include_dir::IncludeDir};
4+
use sunfish::{embed::IncludeDir, include_dir};
55
use tangram_ui as ui;
66

77
pub struct BlogPost;

0 commit comments

Comments
 (0)