setup()
in
src/views/studio.tsx [23:29]
7
lines of code
1
McCabe index (conditional complexity)
setup() { return () => ( <> <Studio locale={enUS} /> </> ) }