Skip to content

Commit

Permalink
chore: add margin to react desk component boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Jan 14, 2025
1 parent b2ed66e commit be9023a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doppio/commands/boilerplates.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ class {{ pascal_cased_name }} {
export function App() {
const dynamicMessage = React.useState("Hello from App.jsx");
return (
<div>
<div className="m-4">
<h3>{dynamicMessage}</h3>
<h4>Start editing at {{ app_component_path }}</h4>
</div>
Expand Down

0 comments on commit be9023a

Please sign in to comment.