mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: refactor components
This commit is contained in:
parent
ca5110e4f7
commit
d6289edb29
21 changed files with 13 additions and 165 deletions
|
|
@ -2,7 +2,6 @@ import React from 'react';
|
|||
import * as Dialog from '@radix-ui/react-dialog';
|
||||
import { styled, keyframes } from '@stitches/react';
|
||||
import { violet, blackA, mauve, green } from '@radix-ui/colors';
|
||||
import { Cross2Icon } from '@radix-ui/react-icons';
|
||||
|
||||
type ModalParams = {
|
||||
dialogTitle: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue