web: Add style CI workflow to enforce eslint checks on web module (#1910)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
'use client'
|
||||
import React, { FC } from 'react'
|
||||
import type { FC } from 'react'
|
||||
import React from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
|
||||
interface IAppUnavailableProps {
|
||||
type IAppUnavailableProps = {
|
||||
code?: number
|
||||
isUnknwonReason?: boolean
|
||||
unknownReason?: string
|
||||
|
||||
Reference in New Issue
Block a user