mirror of
https://github.com/decompme/decomp.me.git
synced 2026-05-04 14:01:12 -05:00
d81d131a43
* misc changes * remove yarn.lock * update poetry lockfile * fix env variables in browser --------- Co-authored-by: Ethan Roseman <ethteck@gmail.com>
7 lines
267 B
TypeScript
7 lines
267 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
/// <reference types="next/navigation-types/compat/navigation" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/basic-features/typescript for more information.
|