Moved tabler compoments into this project for more control

This commit is contained in:
Jamie Curnow
2021-07-14 20:48:05 +10:00
parent 5ad5ad41c7
commit 52f3801b4e
37 changed files with 1247 additions and 12883 deletions

View File

@@ -1,7 +1,7 @@
import React from "react";
import { Alert } from "components";
import styled from "styled-components";
import { Alert } from "tabler-react";
const Root = styled.div`
padding: 20vh 10vw 0 10vw;