4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
|
|
"use client";
|
||
|
|
|
||
|
|
import { Row } from '../grid';
|
||
|
|
export default Row;
|