fix(types): add global declarations for build-time defines and fix eslint issues

This commit is contained in:
Gigi
2025-10-16 19:58:57 +02:00
parent a92b14e877
commit f6c562e9be
3 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
/* global __APP_VERSION__, __GIT_COMMIT__, __GIT_COMMIT_URL__ */
import React, { useState, useEffect, useRef } from 'react'
import { faTimes, faUndo } from '@fortawesome/free-solid-svg-icons'
import { RelayPool } from 'applesauce-relay'