diff --git a/examples/auth-flow/index.ts b/examples/auth-flow/index.ts new file mode 100644 index 00000000..09f38c3f --- /dev/null +++ b/examples/auth-flow/index.ts @@ -0,0 +1,2 @@ +// Auth Flow Example +console.log('Auth Flow Example'); diff --git a/examples/forms-and-validation/index.ts b/examples/forms-and-validation/index.ts new file mode 100644 index 00000000..5e75c399 --- /dev/null +++ b/examples/forms-and-validation/index.ts @@ -0,0 +1,2 @@ +// Forms and Validation Example +console.log('Forms and Validation Example');