diff --git a/examples/flush-notes/next-env.d.ts b/examples/flush-notes/next-env.d.ts deleted file mode 100644 index 4f11a03..0000000 --- a/examples/flush-notes/next-env.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -/// -/// - -// NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. diff --git a/examples/flush-notes/.gitignore b/examples/share-notes/.gitignore similarity index 100% rename from examples/flush-notes/.gitignore rename to examples/share-notes/.gitignore diff --git a/examples/flush-notes/README.md b/examples/share-notes/README.md similarity index 100% rename from examples/flush-notes/README.md rename to examples/share-notes/README.md diff --git a/examples/flush-notes/next.config.js b/examples/share-notes/next.config.js similarity index 100% rename from examples/flush-notes/next.config.js rename to examples/share-notes/next.config.js diff --git a/examples/flush-notes/package-lock.json b/examples/share-notes/package-lock.json similarity index 100% rename from examples/flush-notes/package-lock.json rename to examples/share-notes/package-lock.json diff --git a/examples/flush-notes/package.json b/examples/share-notes/package.json similarity index 96% rename from examples/flush-notes/package.json rename to examples/share-notes/package.json index c7bc1f0..fae028e 100644 --- a/examples/flush-notes/package.json +++ b/examples/share-notes/package.json @@ -1,5 +1,5 @@ { - "name": "flush-notes", + "name": "share-notes", "version": "0.1.0", "private": true, "scripts": { diff --git a/examples/flush-notes/postcss.config.js b/examples/share-notes/postcss.config.js similarity index 100% rename from examples/flush-notes/postcss.config.js rename to examples/share-notes/postcss.config.js diff --git a/examples/flush-notes/src/app/Loading.tsx b/examples/share-notes/src/app/Loading.tsx similarity index 100% rename from examples/flush-notes/src/app/Loading.tsx rename to examples/share-notes/src/app/Loading.tsx diff --git a/examples/flush-notes/src/app/WakuProvider.tsx b/examples/share-notes/src/app/WakuProvider.tsx similarity index 100% rename from examples/flush-notes/src/app/WakuProvider.tsx rename to examples/share-notes/src/app/WakuProvider.tsx diff --git a/examples/flush-notes/src/app/favicon.ico b/examples/share-notes/src/app/favicon.ico similarity index 100% rename from examples/flush-notes/src/app/favicon.ico rename to examples/share-notes/src/app/favicon.ico diff --git a/examples/flush-notes/src/app/globals.css b/examples/share-notes/src/app/globals.css similarity index 100% rename from examples/flush-notes/src/app/globals.css rename to examples/share-notes/src/app/globals.css diff --git a/examples/flush-notes/src/app/layout.tsx b/examples/share-notes/src/app/layout.tsx similarity index 100% rename from examples/flush-notes/src/app/layout.tsx rename to examples/share-notes/src/app/layout.tsx diff --git a/examples/flush-notes/src/app/page.tsx b/examples/share-notes/src/app/page.tsx similarity index 100% rename from examples/flush-notes/src/app/page.tsx rename to examples/share-notes/src/app/page.tsx diff --git a/examples/flush-notes/src/app/view/page.tsx b/examples/share-notes/src/app/view/page.tsx similarity index 100% rename from examples/flush-notes/src/app/view/page.tsx rename to examples/share-notes/src/app/view/page.tsx diff --git a/examples/flush-notes/src/const.ts b/examples/share-notes/src/const.ts similarity index 100% rename from examples/flush-notes/src/const.ts rename to examples/share-notes/src/const.ts diff --git a/examples/flush-notes/src/hooks/useNoteHash.ts b/examples/share-notes/src/hooks/useNoteHash.ts similarity index 100% rename from examples/flush-notes/src/hooks/useNoteHash.ts rename to examples/share-notes/src/hooks/useNoteHash.ts diff --git a/examples/flush-notes/src/services/notes.ts b/examples/share-notes/src/services/notes.ts similarity index 100% rename from examples/flush-notes/src/services/notes.ts rename to examples/share-notes/src/services/notes.ts diff --git a/examples/flush-notes/src/services/waku.ts b/examples/share-notes/src/services/waku.ts similarity index 100% rename from examples/flush-notes/src/services/waku.ts rename to examples/share-notes/src/services/waku.ts diff --git a/examples/flush-notes/src/utils.ts b/examples/share-notes/src/utils.ts similarity index 100% rename from examples/flush-notes/src/utils.ts rename to examples/share-notes/src/utils.ts diff --git a/examples/flush-notes/tsconfig.json b/examples/share-notes/tsconfig.json similarity index 100% rename from examples/flush-notes/tsconfig.json rename to examples/share-notes/tsconfig.json