mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39: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 * 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`
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue