diff options
author | 2022-07-01 01:17:19 +0400 | |
---|---|---|
committer | 2022-07-01 01:17:19 +0400 | |
commit | acb7df25f258701722ee56b087e272b7118fe8ac (patch) | |
tree | 76b82f0bfe89c92491293b36061cd4013113804e /src/components/ErrorMessage.tsx | |
parent | Restructure FormPage (diff) |
Style Changes
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'src/components/ErrorMessage.tsx')
-rw-r--r-- | src/components/ErrorMessage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ErrorMessage.tsx b/src/components/ErrorMessage.tsx index cbadcdc..e6078ff 100644 --- a/src/components/ErrorMessage.tsx +++ b/src/components/ErrorMessage.tsx @@ -1,5 +1,5 @@ /** @jsx jsx */ -import { jsx, css } from "@emotion/react"; +import {jsx, css} from "@emotion/react"; import colors from "../colors"; import {selectable} from "../commonStyles"; |