Files

4 lines
65 B
JavaScript
Raw Permalink Normal View History

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