import React from 'react'; import { Card, CardFooter, Table } from './../../../components'; import { Paginations } from "../../components/Paginations"; import { TrTableFilesList } from "./components/TrTableFilesList"; const FilesList = () => ( { /* START Table */}
Directory Last Change Share Tags Actions
{ /* END Table */}
); export default FilesList;