mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 13:34:28 +08:00
• added new mobx store for config • using yup() for validation schema • tried to follow some conventions of JSONSchema, but can do better. can investigate some schema-to-yup solutions later so things can be more JSONSchema. • made up a few parts of JSONSchema to show/hide properties - not following any official convention.
7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
import TableGridEditor from './TableGridEditor'
|
|
import SQLEditor from './SQLEditor'
|
|
|
|
export * from './Auth'
|
|
|
|
export { TableGridEditor, SQLEditor }
|