#[allow(non_camel_case_types)]
pub struct FILE_NAME;
impl FILE_NAME {
pub const TAILWIND_CONFIG_JS: &str = "tailwind.config.js";
pub const COMPONENTS_TOML: &str = "Components.toml";
pub const STYLE_SLASH_TAILWIND_CSS: &str = "style/tailwind.css";
pub const PACKAGE_JSON: &str = "package.json";
}