]> gerrit.midnightthoughts Code Review - neoboard-miro-converter.git/commit
Initial commit from Create Miro App
authorMTRNord <mtrnord1@gmail.com>
Sat, 11 Jan 2025 13:35:47 +0000 (14:35 +0100)
committerMTRNord <mtrnord1@gmail.com>
Sat, 11 Jan 2025 13:35:47 +0000 (14:35 +0100)
commitc7b21864be55b3341f4df847ad27ff52bff8b777
tree918e86cd81d2cf9f8d2f6a0c12ec7b97b70fb408
Initial commit from Create Miro App
18 files changed:
.gitignore [new file with mode: 0644]
APP_SUBMISSION.md [new file with mode: 0644]
README-template.md [new file with mode: 0644]
global.d.ts [new file with mode: 0644]
next-env.d.ts [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/app/api/redirect/route.ts [new file with mode: 0644]
src/app/layout.tsx [new file with mode: 0644]
src/app/loading.tsx [new file with mode: 0644]
src/app/page.tsx [new file with mode: 0644]
src/assets/congratulations.png [new file with mode: 0644]
src/assets/style.css [new file with mode: 0644]
src/assets/welcome.png [new file with mode: 0644]
src/components/SDKInit.tsx [new file with mode: 0644]
src/components/SDKUsageDemo.tsx [new file with mode: 0644]
src/utils/initMiroAPI.ts [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]