Add chromatic

This commit is contained in:
Zoe Roux
2023-01-21 21:55:43 +09:00
parent c616556772
commit f65677fc43
4 changed files with 644 additions and 29 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ const LoadingComponent = () => {
const theme = useTheme();
return <Spinner color={theme.colors.primary[500]}/>
}
export default LoadingComponent;
export default LoadingComponent;