chore: fix codeql alerts

This commit is contained in:
41666 2020-10-15 00:02:50 -04:00
parent 89f237cf22
commit 97c09f4aa5
3 changed files with 2 additions and 14 deletions

View file

@ -1,17 +1,6 @@
import styled from 'styled-components';
import * as _ from 'styled-components'; // tslint:disable-line:no-duplicate-imports
import {
AccentTitle,
LargeTitle,
Link,
MediumTitle,
SmallTitle,
Text,
text600,
text700,
text800,
text900,
} from './typography';
import { Link, Text, text600, text700, text800, text900 } from './typography';
export const mdxComponents = {
h1: styled.h1`

View file

@ -11,7 +11,7 @@ export const Flags = (props: FlagsProps) => (
<rect id="path-3" x="1772" y="0" width="1600" height="900" rx="100"></rect>
</defs>
<g id="Page-1" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
<g id="Rectangle-5"></g>
<g id="Rectangle-6"></g>
<g id="Trans">
<rect
id="Rectangle"

View file

@ -8,7 +8,6 @@ import {
GuildEnumeration,
PresentableGuild,
Role,
Guild,
} from 'roleypoly/src/design-system/shared-types';
import { NavSlug } from 'roleypoly/src/design-system/molecules/nav-slug';
import { GuildNavItem } from './GuildNav.styled';