Skip to content

Commit

Permalink
Merge pull request #51 from edenia/feat/eslint
Browse files Browse the repository at this point in the history
fix(webabb): eslint error
  • Loading branch information
fagomezra committed Jul 26, 2023
2 parents 27bfe4c + bd8e2cb commit e2c3cee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 152 deletions.
2 changes: 1 addition & 1 deletion webapp/src/app/context/context-types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import React, { Dispatch } from 'react'
import { Dispatch } from 'react'

export type Message = {
autoHide: boolean
Expand Down
69 changes: 0 additions & 69 deletions webapp/src/routes/Help/index.js

This file was deleted.

82 changes: 0 additions & 82 deletions webapp/src/routes/index.js

This file was deleted.

0 comments on commit e2c3cee

Please sign in to comment.