diff --git a/index.html b/index.html index 2cfe574c..f50e768b 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,14 @@ + diff --git a/src/main.jsx b/src/main.jsx index bbc4b9d0..26c7fe48 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -1,3 +1,14 @@ +/** +========================================================= +* Material Tailwind Dashboard React - v2.0.0 +========================================================= +* Product Page: https://www.creative-tim.com/product/material-tailwind-dashboard-react +* Copyright 2022 Creative Tim (https://www.creative-tim.com) +* Licensed under MIT (https://github.com/creativetimofficial/material-tailwind-dashboard-react/blob/main/LICENSE.md) +* Coded by Creative Tim +========================================================= +* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +*/ import React from "react"; import ReactDOM from "react-dom/client"; import App from "./App";