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" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" /> <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <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> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

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

View File

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

View File

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