Skip to content

Commit 146d444

Browse files
committed
Fix Newline
1 parent 1ca05d5 commit 146d444

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/create-react-admin/src

packages/create-react-admin/src/app.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ export default function App({ name = 'my-admin' }: Props) {
138138
<Text>
139139
Install the dependencies using your favorite package
140140
manager.
141-
</Text>
142-
<Newline />
143-
<Text>
141+
<Newline />
144142
Run the <Text bold>dev</Text> command to start the app.
145143
</Text>
146144
</Box>

0 commit comments

Comments
 (0)