all complete
This commit is contained in:
parent
ed90ff0fbf
commit
d180f3601c
@ -34,7 +34,7 @@
|
||||
"@coreui/coreui": "^4.1.0",
|
||||
"@coreui/icons": "^2.1.0",
|
||||
"@coreui/icons-react": "^2.0.0",
|
||||
"@coreui/react": "^4.1.0",
|
||||
"@coreui/react": "^4.3.0",
|
||||
"@coreui/react-chartjs": "^2.0.0",
|
||||
"@coreui/utils": "^1.3.1",
|
||||
"@reduxjs/toolkit": "^1.8.2",
|
||||
|
@ -23,6 +23,7 @@
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
|
||||
<link rel="react" href="https://coreui.io/react/">
|
||||
|
||||
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script> -->
|
||||
<!--
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
import '@coreui/coreui/dist/css/coreui.min.css';
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
import 'react-app-polyfill/stable'
|
||||
import 'core-js'
|
||||
import React from 'react'
|
||||
|
@ -4,8 +4,6 @@ $enable-ltr: true;
|
||||
$enable-rtl: true;
|
||||
|
||||
|
||||
@import '@coreui/coreui/dist/css/coreui.min.css';
|
||||
//@import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
// Import CoreUI for React components library
|
||||
//@import "@coreui/coreui/scss/coreui";
|
||||
// Import Chart.js custom tooltips styles
|
||||
|
Loading…
Reference in New Issue
Block a user