]> gerrit.midnightthoughts Code Review - neoboard-miro-converter.git/commit
Initial miro to neoboard exporter
authorMTRNord <mtrnord1@gmail.com>
Sat, 11 Jan 2025 17:06:11 +0000 (18:06 +0100)
committerMTRNord <mtrnord1@gmail.com>
Sat, 11 Jan 2025 17:06:11 +0000 (18:06 +0100)
commit2eb9984ae3c58df9bf22e3839ec2aab5d9d1c093
tree775b394915efa2199cf58fb84b7cd2960ecc5456
parentc7b21864be55b3341f4df847ad27ff52bff8b777
Initial miro to neoboard exporter
14 files changed:
next-env.d.ts
package-lock.json [deleted file]
package.json
pnpm-lock.yaml [new file with mode: 0644]
src/app/importActions.ts [new file with mode: 0644]
src/app/layout.tsx
src/app/neoboardTypes.ts [new file with mode: 0644]
src/app/page.tsx
src/app/selectionFormComponent.tsx [new file with mode: 0644]
src/assets/style.css [deleted file]
src/assets/style.scss [new file with mode: 0644]
src/components/SDKInit.tsx [deleted file]
src/components/SDKUsageDemo.tsx [deleted file]
src/utils/initMiroAPI.ts