mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Initialize Dokploy Blueprints React application with core UI components
This commit is contained in:
10
app/src/App.tsx
Normal file
10
app/src/App.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import TemplateGrid from './components/TemplateGrid';
|
||||
import './App.css';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<TemplateGrid />
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user