chore: Run prettier for css files

This commit is contained in:
Yiannis Christodoulou
2025-09-18 10:30:48 +03:00
parent da322760c7
commit 492911786c
4 changed files with 2348 additions and 1178 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const mountComponents = () => {
const root = createRoot(rootContainer);
root.render(
<StrictMode>
<VideoJS />
<VideoJS />
</StrictMode>
);
}