Skip to content

Commit b887870

Browse files
committed
refactor: format AsyncCMComponent props for better readability
1 parent c67029f commit b887870

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

demo/demo-vite/src/App.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ function App() {
66
return (
77
<CMProvider mode={"edit"}>
88
<AsyncCMComponent configId="123" componentId={"vite"} mode={"edit"} />
9-
<AsyncCMComponent configId="1234" componentId={"cat-facts"} mode={"edit"} />
9+
<AsyncCMComponent
10+
configId="1234"
11+
componentId={"cat-facts"}
12+
mode={"edit"}
13+
/>
1014
<AsyncCMComponent
1115
configId="12312321"
1216
componentId={"container"}

0 commit comments

Comments
 (0)