chore: Update package.json and package-lock.json to include @tabler/core and bootstrap dependencies, and remove Bootstrap CSS import from main.jsx
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 16m46s

This commit is contained in:
2025-07-09 09:57:18 +07:00
parent 7e29a3daed
commit 9d31682745
3 changed files with 54 additions and 1 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ import ReactDOM from 'react-dom/client'
import App from './App.jsx'
import './index.css'
import '@tabler/core/dist/css/tabler.min.css'
import 'bootstrap/dist/css/bootstrap.min.css';
import '@tabler/core/dist/js/tabler.min.js'
// import 'bootstrap/dist/css/bootstrap.min.css'; // Удалено, Tabler уже включает Bootstrap
ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>