chore: bump version (#2253)

This commit is contained in:
Himself65
2023-05-08 11:23:55 +08:00
committed by GitHub
parent 29cbbf5c97
commit d795fb6b37
8 changed files with 200 additions and 208 deletions

View File

@@ -1,7 +1,8 @@
// components/Switch.tsx
import { styled } from '@affine/component';
import { useState } from 'react';
import { styled } from '../../styles';
const StyledLabel = styled('label')(() => {
return {
display: 'flex',