From 0147af8330fcf5e4cc4e3b3ace8ef1cc6759c000 Mon Sep 17 00:00:00 2001 From: rvcas Date: Sat, 11 Mar 2023 22:45:25 -0500 Subject: [PATCH] chore: rename example parents folder to gift card --- examples/{one_shot => gift_card}/.gitignore | 0 examples/{one_shot => gift_card}/README.md | 0 examples/{one_shot => gift_card}/aiken.lock | 0 examples/{one_shot => gift_card}/aiken.toml | 0 examples/{one_shot => gift_card}/blueprint.ts | 0 .../{one_shot => gift_card}/components/Button.tsx | 0 .../{one_shot => gift_card}/components/Input.tsx | 0 examples/{one_shot => gift_card}/deno.json | 0 examples/{one_shot => gift_card}/deno.lock | 0 examples/{one_shot => gift_card}/dev.ts | 0 examples/{one_shot => gift_card}/fresh.gen.ts | 0 examples/{one_shot => gift_card}/import_map.json | 0 examples/{one_shot => gift_card}/islands/App.tsx | 0 examples/{one_shot => gift_card}/main.ts | 0 examples/{one_shot => gift_card}/plutus.json | 0 examples/{one_shot => gift_card}/routes/index.tsx | 0 examples/{one_shot => gift_card}/static/favicon.ico | Bin examples/{one_shot => gift_card}/static/logo.svg | 0 examples/{one_shot => gift_card}/twind.config.ts | 0 examples/{one_shot => gift_card}/utils.ts | 0 examples/{one_shot => gift_card}/validators/main.ak | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename examples/{one_shot => gift_card}/.gitignore (100%) rename examples/{one_shot => gift_card}/README.md (100%) rename examples/{one_shot => gift_card}/aiken.lock (100%) rename examples/{one_shot => gift_card}/aiken.toml (100%) rename examples/{one_shot => gift_card}/blueprint.ts (100%) rename examples/{one_shot => gift_card}/components/Button.tsx (100%) rename examples/{one_shot => gift_card}/components/Input.tsx (100%) rename examples/{one_shot => gift_card}/deno.json (100%) rename examples/{one_shot => gift_card}/deno.lock (100%) rename examples/{one_shot => gift_card}/dev.ts (100%) rename examples/{one_shot => gift_card}/fresh.gen.ts (100%) rename examples/{one_shot => gift_card}/import_map.json (100%) rename examples/{one_shot => gift_card}/islands/App.tsx (100%) rename examples/{one_shot => gift_card}/main.ts (100%) rename examples/{one_shot => gift_card}/plutus.json (100%) rename examples/{one_shot => gift_card}/routes/index.tsx (100%) rename examples/{one_shot => gift_card}/static/favicon.ico (100%) rename examples/{one_shot => gift_card}/static/logo.svg (100%) rename examples/{one_shot => gift_card}/twind.config.ts (100%) rename examples/{one_shot => gift_card}/utils.ts (100%) rename examples/{one_shot => gift_card}/validators/main.ak (100%) diff --git a/examples/one_shot/.gitignore b/examples/gift_card/.gitignore similarity index 100% rename from examples/one_shot/.gitignore rename to examples/gift_card/.gitignore diff --git a/examples/one_shot/README.md b/examples/gift_card/README.md similarity index 100% rename from examples/one_shot/README.md rename to examples/gift_card/README.md diff --git a/examples/one_shot/aiken.lock b/examples/gift_card/aiken.lock similarity index 100% rename from examples/one_shot/aiken.lock rename to examples/gift_card/aiken.lock diff --git a/examples/one_shot/aiken.toml b/examples/gift_card/aiken.toml similarity index 100% rename from examples/one_shot/aiken.toml rename to examples/gift_card/aiken.toml diff --git a/examples/one_shot/blueprint.ts b/examples/gift_card/blueprint.ts similarity index 100% rename from examples/one_shot/blueprint.ts rename to examples/gift_card/blueprint.ts diff --git a/examples/one_shot/components/Button.tsx b/examples/gift_card/components/Button.tsx similarity index 100% rename from examples/one_shot/components/Button.tsx rename to examples/gift_card/components/Button.tsx diff --git a/examples/one_shot/components/Input.tsx b/examples/gift_card/components/Input.tsx similarity index 100% rename from examples/one_shot/components/Input.tsx rename to examples/gift_card/components/Input.tsx diff --git a/examples/one_shot/deno.json b/examples/gift_card/deno.json similarity index 100% rename from examples/one_shot/deno.json rename to examples/gift_card/deno.json diff --git a/examples/one_shot/deno.lock b/examples/gift_card/deno.lock similarity index 100% rename from examples/one_shot/deno.lock rename to examples/gift_card/deno.lock diff --git a/examples/one_shot/dev.ts b/examples/gift_card/dev.ts similarity index 100% rename from examples/one_shot/dev.ts rename to examples/gift_card/dev.ts diff --git a/examples/one_shot/fresh.gen.ts b/examples/gift_card/fresh.gen.ts similarity index 100% rename from examples/one_shot/fresh.gen.ts rename to examples/gift_card/fresh.gen.ts diff --git a/examples/one_shot/import_map.json b/examples/gift_card/import_map.json similarity index 100% rename from examples/one_shot/import_map.json rename to examples/gift_card/import_map.json diff --git a/examples/one_shot/islands/App.tsx b/examples/gift_card/islands/App.tsx similarity index 100% rename from examples/one_shot/islands/App.tsx rename to examples/gift_card/islands/App.tsx diff --git a/examples/one_shot/main.ts b/examples/gift_card/main.ts similarity index 100% rename from examples/one_shot/main.ts rename to examples/gift_card/main.ts diff --git a/examples/one_shot/plutus.json b/examples/gift_card/plutus.json similarity index 100% rename from examples/one_shot/plutus.json rename to examples/gift_card/plutus.json diff --git a/examples/one_shot/routes/index.tsx b/examples/gift_card/routes/index.tsx similarity index 100% rename from examples/one_shot/routes/index.tsx rename to examples/gift_card/routes/index.tsx diff --git a/examples/one_shot/static/favicon.ico b/examples/gift_card/static/favicon.ico similarity index 100% rename from examples/one_shot/static/favicon.ico rename to examples/gift_card/static/favicon.ico diff --git a/examples/one_shot/static/logo.svg b/examples/gift_card/static/logo.svg similarity index 100% rename from examples/one_shot/static/logo.svg rename to examples/gift_card/static/logo.svg diff --git a/examples/one_shot/twind.config.ts b/examples/gift_card/twind.config.ts similarity index 100% rename from examples/one_shot/twind.config.ts rename to examples/gift_card/twind.config.ts diff --git a/examples/one_shot/utils.ts b/examples/gift_card/utils.ts similarity index 100% rename from examples/one_shot/utils.ts rename to examples/gift_card/utils.ts diff --git a/examples/one_shot/validators/main.ak b/examples/gift_card/validators/main.ak similarity index 100% rename from examples/one_shot/validators/main.ak rename to examples/gift_card/validators/main.ak