mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
chore: fix codeql alerts
This commit is contained in:
parent
89f237cf22
commit
97c09f4aa5
3 changed files with 2 additions and 14 deletions
|
@ -1,17 +1,6 @@
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import * as _ from 'styled-components'; // tslint:disable-line:no-duplicate-imports
|
import * as _ from 'styled-components'; // tslint:disable-line:no-duplicate-imports
|
||||||
import {
|
import { Link, Text, text600, text700, text800, text900 } from './typography';
|
||||||
AccentTitle,
|
|
||||||
LargeTitle,
|
|
||||||
Link,
|
|
||||||
MediumTitle,
|
|
||||||
SmallTitle,
|
|
||||||
Text,
|
|
||||||
text600,
|
|
||||||
text700,
|
|
||||||
text800,
|
|
||||||
text900,
|
|
||||||
} from './typography';
|
|
||||||
|
|
||||||
export const mdxComponents = {
|
export const mdxComponents = {
|
||||||
h1: styled.h1`
|
h1: styled.h1`
|
||||||
|
|
|
@ -11,7 +11,7 @@ export const Flags = (props: FlagsProps) => (
|
||||||
<rect id="path-3" x="1772" y="0" width="1600" height="900" rx="100"></rect>
|
<rect id="path-3" x="1772" y="0" width="1600" height="900" rx="100"></rect>
|
||||||
</defs>
|
</defs>
|
||||||
<g id="Page-1" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
|
<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">
|
<g id="Trans">
|
||||||
<rect
|
<rect
|
||||||
id="Rectangle"
|
id="Rectangle"
|
||||||
|
|
|
@ -8,7 +8,6 @@ import {
|
||||||
GuildEnumeration,
|
GuildEnumeration,
|
||||||
PresentableGuild,
|
PresentableGuild,
|
||||||
Role,
|
Role,
|
||||||
Guild,
|
|
||||||
} from 'roleypoly/src/design-system/shared-types';
|
} from 'roleypoly/src/design-system/shared-types';
|
||||||
import { NavSlug } from 'roleypoly/src/design-system/molecules/nav-slug';
|
import { NavSlug } from 'roleypoly/src/design-system/molecules/nav-slug';
|
||||||
import { GuildNavItem } from './GuildNav.styled';
|
import { GuildNavItem } from './GuildNav.styled';
|
||||||
|
|
Loading…
Add table
Reference in a new issue