feat: created the base skeleton for the compliance triggers page

This commit is contained in:
Liordino Neto 2020-03-28 19:38:25 -03:00 committed by Josh Harvey
parent 21f3ee59ea
commit 79c26b1c50
4 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,10 @@
import baseStyles from 'src/pages/Logs.styles'
const { titleWrapper, titleAndButtonsContainer } = baseStyles
const mainStyles = {
titleWrapper,
titleAndButtonsContainer
}
export { mainStyles }