Add rotating logo for the intro
This commit is contained in:
4
stories/intro/global.d.ts
vendored
Normal file
4
stories/intro/global.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
declare module "*.png" {
|
||||
const _default: string;
|
||||
export default _default;
|
||||
}
|
Reference in New Issue
Block a user