From c7e97f92c57753f87ff0294e4b4ac6ba1e0dffe0 Mon Sep 17 00:00:00 2001 From: sajadevo Date: Wed, 2 Nov 2022 12:47:35 +0430 Subject: [PATCH] update content --- index.html | 11 +++++++++++ src/main.jsx | 11 +++++++++++ 2 files changed, 22 insertions(+) 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";