chore: moves dev folder to top, establishes new test pattern

This commit is contained in:
James
2024-02-14 15:58:03 -05:00
parent 559c132d17
commit df6fa0be24
57 changed files with 589 additions and 581 deletions

5
next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.