import styles from './FormItem.module.scss'; const FormItem: React.FunctionComponent = ({ children }) => { return
{children}
; }; export default FormItem; link rel='alternate' title='Atom feed' href='https://git.armand.philippot.eu/www.armandphilippot.com/atom/src/components/CommentForm/CommentForm.module.scss?h=main' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/CommentForm/CommentForm.module.scss
blob: d19a1ef821794e706eeaa33df791d99b6bdbbdc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25