import { Schema } from "@effect/schema" is no longer working for me in @effect/[email protected], despite being in the example in the release notes. I notice a lot of folks use import * as S from "@effect/schema/Schema" - is that the preferred approach? Maybe my TypeScript settings are messed up?