Add rotating logo for the intro

This commit is contained in:
garronej
2023-04-19 23:41:25 +02:00
parent 9845f1de08
commit e95e688cf0
10 changed files with 331 additions and 14 deletions

4
stories/intro/global.d.ts vendored Normal file
View File

@ -0,0 +1,4 @@
declare module "*.png" {
const _default: string;
export default _default;
}