diff --git a/src/main.jsx b/src/main.jsx index a8467d0..18a09e4 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -11,6 +11,7 @@ import Models from "./components/Models"; import Custom404 from "./components/Custom404"; import "./main.css"; import Privacy from "./components/Privacy"; +import Licensing from "./components/licensing.jsx"; import Terms from "./components/Terms"; import ChatbotComponent from "./components/Chatbot"; // Import Chatbot import Preloader from "./components/Preloader"; @@ -49,6 +50,7 @@ ReactDOM.createRoot(document.getElementById("root")).render( } /> } /> } /> + } /> } /> } />