Skip to content

Commit a1a40f3

Browse files
authored
fix: syntax error in example code
1 parent 3f2b4f6 commit a1a40f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/content/docs/configs/componentsyml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ import React from 'react'
8080
8181
// Create a function and set it as the default
8282
// function for this file
83-
export default = () => {
83+
export default () => {
8484
// Return the component's contents
8585
return (
8686
<>

0 commit comments

Comments
 (0)