Skip to content

Commit

Permalink
lint: ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gearonix committed Jul 27, 2023
1 parent 5802420 commit 28eacd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import styled from 'styled-components'

export const SignInModalStyles = styled.div`
`
export const SignInModalStyles = styled.div``
3 changes: 1 addition & 2 deletions libs/editor/src/widgets/header/ui/header.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { useEffect } from 'react'
import { observer } from 'mobx-react-lite'

import { HeaderOptions } from '@/entities/header-options'
Expand All @@ -10,7 +9,7 @@ import { useCodeRunner, useHeaderAnimation } from '../hooks'

import { FileName, HeaderStyles } from './header.styles'

import { AnimationProvider, Display } from '$/client-shared'
import { AnimationProvider } from '$/client-shared'

const Header = observer(() => {
const getters = useGetters()
Expand Down

0 comments on commit 28eacd0

Please sign in to comment.