//! The assets for compiling tinymist.
/// If this file is not found, please refer to <https://enter-tainer.github.io/typst-preview/dev.html> to build the frontend.
pub const TYPST_PREVIEW_HTML: &str = include_str!;
/// A dummy HTML file to be used when the `typst-preview` feature is not
/// enabled.
pub const TYPST_PREVIEW_HTML: &str = "<html><body>Typst Preview needs to be built with the `embed-html` feature to work!</body></html>";
/// If this file is not found, please runs `yarn extract:l10n:rs` to extract the
/// localization data.
pub const L10N_DATA: &str = include_str!;
/// A dummy string to be used when the `l10n` feature is not enabled.
pub const L10N_DATA: &str = "";