import React from 'react'; import { Container, Row, Table, CardFooter, Card, Col } from './../../../components'; import { HeaderMain } from "../../components/HeaderMain"; import { ProjectsSmHeader } from "../../components/Projects/ProjectsSmHeader"; import { Paginations } from "../../components/Paginations"; import { TrTableGalleryList } from "./components/TrTableGalleryList"; const GalleryTable = () => ( { /* START Content */} { /* START Table */}
Thumb Title Author Date Info Action
{ /* END Table */}
{ /* END Content */}
); export default GalleryTable;