Extend Account component

This commit is contained in:
Justin
2022-07-01 16:07:01 -04:00
parent bf20f8dff8
commit f148cda74a
11 changed files with 60 additions and 40 deletions

View File

@ -1,7 +1,7 @@
import classNames from 'classnames';
import React from 'react';
type SIZES = 0.5 | 1 | 1.5 | 2 | 3 | 4 | 5 | 10
type SIZES = 0 | 0.5 | 1 | 1.5 | 2 | 3 | 4 | 5 | 10
const spaces = {
'0.5': 'space-y-0.5',