setup()

in src/views/studio.tsx [23:29]


  setup() {
    return () => (
      <>
        <Studio locale={enUS} />
      </>
    )
  }