feat: Initialize Dokploy Blueprints React application with core UI components

This commit is contained in:
Mauricio Siu
2025-03-10 00:17:45 -06:00
parent da6301adf4
commit f6284bbb41
24 changed files with 8 additions and 7 deletions

9
app/src/App.css Normal file
View File

@@ -0,0 +1,9 @@
body {
margin: 0;
padding: 0;
width: 100%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
Arial, sans-serif;
background-color: #f5f5f5;
}