import React from "react"; import styled from "styled-components"; const Root = styled.div` display: flex; flex-direction: column; `; function AuditLog() { return AuditLog; } export default AuditLog;