AB498
Results
1
comments of
AB498
I'm using @wrangelvid's idea to duplicate the root like this: ```jsx function DoubleSided({ children }) { return {children} } ``` then in Canvas: ```jsx Hello ```