Files

4 lines
65 B
JavaScript
Raw Permalink Normal View History

"use client";
import { Col } from '../grid';
export default Col;