Update config file

This commit is contained in:
sosokker 2024-05-13 00:13:17 +07:00
parent 88a0c9e400
commit 67bc60004c
4 changed files with 9 additions and 18 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TailAdmin - Tailwind CSS Admin Dashboard Template</title>
<title>DAQ - Health Care System</title>
</head>
<body>
<div id="root"></div>

View File

@ -1,11 +1,11 @@
{
"name": "tailadmin-react-free",
"name": "healthcare-system",
"version": "1.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tailadmin-react-free",
"name": "healthcare-system",
"version": "1.0.5",
"dependencies": {
"apexcharts": "^3.41.0",

View File

@ -1,5 +1,5 @@
{
"name": "tailadmin-react-free",
"name": "healthcare-system",
"private": true,
"version": "1.3.0",
"type": "module",
@ -9,9 +9,9 @@
"preview": "vite preview"
},
"author": {
"name": "TailAdmin",
"email": "hello@tailadmin.com",
"url": "https://tailadmin.com"
"name": "healthcare-system",
"email": "sirin.ph@ku.th",
"url": "https://www.ku.ac.th/th"
},
"dependencies": {
"apexcharts": "^3.41.0",

View File

@ -44,23 +44,14 @@ function App() {
}
/>
<Route
path="/ui/alerts"
path="/snapshot"
element={
<>
<PageTitle title="Alerts | TailAdmin - Tailwind CSS Admin Dashboard Template" />
<PageTitle title="Snapshot" />
<Alerts />
</>
}
/>
<Route
path="/ui/buttons"
element={
<>
<PageTitle title="Buttons | TailAdmin - Tailwind CSS Admin Dashboard Template" />
<Buttons />
</>
}
/>
</Routes>
</>
);