feat: create a module for internationalization

This commit is contained in:
2024-09-10 16:11:29 +02:00
parent 736154fe46
commit c3c4d70aad
4 changed files with 73 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ mod schema;
mod server;
mod query;
mod utils;
mod internationalization;
use components::app::App;
use dioxus::prelude::*;