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

5
stories/intro/tss.ts Normal file
View File

@ -0,0 +1,5 @@
import { createMakeAndWithStyles } from "tss-react";
export const { makeStyles, useStyles } = createMakeAndWithStyles({
"useTheme": () => ({})
});