mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 22:13:12 +08:00
Split categories and bookmarks forms into separate files. Added visibility functionality to categories and bookmarks
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { ReactNode } from 'react';
|
||||
import classes from './Button.module.css';
|
||||
|
||||
interface Props {
|
||||
children: string;
|
||||
children: ReactNode;
|
||||
click?: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user