diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-19 09:51:38 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-19 09:51:38 +0200 |
commit | 08ba9024f532554fe2135d2596f1169828b01e5f (patch) | |
tree | 3ec940a1fce58777449774a11942ccb6dffb24a8 /components | |
parent | 5e664e0694a09cfb7b952dd4bd123cf921950ba0 (diff) |
login/register pages done + fullwidth css class edited
Diffstat (limited to 'components')
-rw-r--r-- | components/ui.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ui.tsx b/components/ui.tsx index 6555813..9aa48cc 100644 --- a/components/ui.tsx +++ b/components/ui.tsx @@ -1,4 +1,4 @@ -import { Component, CSSProperties, ReactNode, useEffect, useState } from 'react'; +import { CSSProperties, ReactNode, useEffect, useState } from 'react'; import CheckBoxIcon from '@material-ui/icons/CheckBox'; import CheckBoxOutlineBlankIcon from '@material-ui/icons/CheckBoxOutlineBlank'; |