mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-16 08:59:26 +01:00
frontend: adding Bootstrap CSS
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import App from './App';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
|
||||
// Importing the Bootstrap CSS
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
||||
// Render the App component into the #root div
|
||||
const container = document.getElementById('root');
|
||||
const root = createRoot(container);
|
||||
|
||||
Reference in New Issue
Block a user