fix build

This commit is contained in:
SethBurkart123
2023-09-20 06:34:17 +10:00
parent f34d0a3e77
commit 942e805668
10 changed files with 32 additions and 19 deletions
-10
View File
@@ -1,10 +0,0 @@
export interface SettingsState {
notificationCollector: boolean;
lessonAlerts: boolean;
animatedBackground: boolean;
animatedBackgroundSpeed: boolean;
customThemeColor: string;
betterSEQTAPlus: boolean;
}
declare const App: React.FC;
export default App;
+1 -1
View File
@@ -1,5 +1,5 @@
// App.tsx
import { useState } from 'react';
import React, { useState } from 'react';
import TabbedContainer from './components/TabbedContainer';
import Settings from './pages/Settings';
import logo from './assets/betterseqta-dark-full.png';
+1 -3
View File
@@ -1,7 +1,5 @@
// TODO: Create types for ColorPicker
// @ts-expect-error No typescript declarations available
import ColorPicker from 'react-best-gradient-color-picker';
import { useState, useRef, useEffect } from 'react';
import React, { useState, useRef, useEffect } from 'react';
interface ColorPickerProps {
color: string;
-1
View File
@@ -1 +0,0 @@
declare module '*.png';
-1
View File
@@ -1 +0,0 @@
declare module '*.png';
+5
View File
@@ -1 +1,6 @@
import './index.css';
declare module "*.png";
declare module "*.svg";
declare module "*.jpeg";
declare module "*.jpg";