Преглед изворни кода

include the primereact css-files

Sven Czarnian пре 2 година
родитељ
комит
6ed312ea22
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/index.tsx

+ 3 - 0
src/index.tsx

@@ -4,6 +4,9 @@ import './index.css';
 import App from './App';
 import reportWebVitals from './reportWebVitals';
 
+import 'primereact/resources/themes/lara-light-blue/theme.css';
+import 'primereact/resources/primereact.min.css';
+
 const root = ReactDOM.createRoot(
   document.getElementById('root') as HTMLElement
 );