00cbc81331
* bump package * Add Logo * remove console * prettify it * add favicons and fix issue
8 lines
151 B
TypeScript
8 lines
151 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/types/global" />
|
|
|
|
declare module "*.svg" {
|
|
const content: any;
|
|
export default content;
|
|
}
|