misc: Add DebugCol to exports

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2022-04-05 11:51:30 +02:00
parent 6a6ab8d5fa
commit 45616b1e92
Signed by: Florian Bouillon
GPG Key ID: BEEAF3722D0EBF64

View File

@ -12,6 +12,7 @@ import Checkbox from './Checkbox'
import Code from './Code'
import Col from './Col'
import Container from './Container'
import DebugCols from './Col/DebugCols'
import Footer from './Footer'
import GradientBackground from './GradientBackground'
import Image from './Image'
@ -39,6 +40,7 @@ export {
Code,
Col,
Container,
DebugCols,
Footer,
GradientBackground,
Image,