diff --git a/ui-react/src/Store.tsx b/ui-react/src/Store.tsx index 876feb30..d4d34145 100644 --- a/ui-react/src/Store.tsx +++ b/ui-react/src/Store.tsx @@ -18,7 +18,7 @@ import { Log } from './types'; import accountMetadata, { exporterUIHandlers } from './accountMetadata'; -import { YnabAccountDataType, YnabConfig } from '../../src/backend/commonTypes'; +import { YnabAccountDataType, YnabConfig } from '../../src/src/backend/commonTypes'; export default class Store { config?: Config; diff --git a/ui-react/src/components/exporters/YnabAccountMappingTable.tsx b/ui-react/src/components/exporters/YnabAccountMappingTable.tsx index c1465ad4..c1ed87ff 100644 --- a/ui-react/src/components/exporters/YnabAccountMappingTable.tsx +++ b/ui-react/src/components/exporters/YnabAccountMappingTable.tsx @@ -5,7 +5,7 @@ import BootstrapTable from 'react-bootstrap-table-next'; import { Button } from 'react-bootstrap'; import { observer } from 'mobx-react-lite'; import { YnabConfig } from '../../types'; -import { YnabAccountDataType } from '../../../../src/backend/commonTypes'; +import { YnabAccountDataType } from '../../../../src/src/backend/commonTypes'; type AccountNumberToYnabAccountIdMappingObject = YnabConfig['options']['accountNumbersToYnabAccountIds']; diff --git a/ui-react/src/components/exporters/google-sheets/EditSheetsExporter.tsx b/ui-react/src/components/exporters/google-sheets/EditSheetsExporter.tsx index 3ec637d9..a0c33e98 100644 --- a/ui-react/src/components/exporters/google-sheets/EditSheetsExporter.tsx +++ b/ui-react/src/components/exporters/google-sheets/EditSheetsExporter.tsx @@ -2,7 +2,7 @@ import { toJS } from 'mobx'; import { observer } from 'mobx-react-lite'; import React, { useState } from 'react'; import { Button, Card, Form, Image } from 'react-bootstrap'; -import { Credentials } from '../../../../../src/backend/commonTypes'; +import { Credentials } from '../../../../../src/src/backend/commonTypes'; import { GoogleSheetsConfig } from '../../../types'; import styles from '../EditFileExporter.module.css'; import LoginButton from './LoginButton'; diff --git a/ui-react/src/components/exporters/google-sheets/LoginButton.tsx b/ui-react/src/components/exporters/google-sheets/LoginButton.tsx index 1f2a63a2..60a03a86 100644 --- a/ui-react/src/components/exporters/google-sheets/LoginButton.tsx +++ b/ui-react/src/components/exporters/google-sheets/LoginButton.tsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import { Button } from 'react-bootstrap'; -import { Credentials } from '../../../../../src/backend/commonTypes'; +import { Credentials } from '../../../../../src/src/backend/commonTypes'; import { electronGoogleOAuth2Connector } from '../../../eventsBridge'; type LoginButtonProps = { diff --git a/ui-react/src/components/exporters/google-sheets/SheetsDropdown.tsx b/ui-react/src/components/exporters/google-sheets/SheetsDropdown.tsx index 03df5120..7382d8bc 100644 --- a/ui-react/src/components/exporters/google-sheets/SheetsDropdown.tsx +++ b/ui-react/src/components/exporters/google-sheets/SheetsDropdown.tsx @@ -1,7 +1,7 @@ import React, { useCallback, useMemo } from 'react'; import { Form } from 'react-bootstrap'; import { Typeahead } from 'react-bootstrap-typeahead'; -import { Credentials } from '../../../../../src/backend/commonTypes'; +import { Credentials } from '../../../../../src/src/backend/commonTypes'; import { useUserSpreadsheets } from './hooks'; type SheetsDropdownProps = { diff --git a/ui-react/src/components/exporters/google-sheets/hooks.ts b/ui-react/src/components/exporters/google-sheets/hooks.ts index 4ed42790..feecb3b8 100644 --- a/ui-react/src/components/exporters/google-sheets/hooks.ts +++ b/ui-react/src/components/exporters/google-sheets/hooks.ts @@ -3,7 +3,7 @@ import { useEffect, useState } from 'react'; import { Credentials, Spreadsheet, -} from '../../../../../src/backend/commonTypes'; +} from '../../../../../src/src/backend/commonTypes'; import { createSpreadsheet, getAllUserSpreadsheets, diff --git a/ui-react/src/eventsBridge.ts b/ui-react/src/eventsBridge.ts index 013bb416..ad94c3df 100644 --- a/ui-react/src/eventsBridge.ts +++ b/ui-react/src/eventsBridge.ts @@ -2,7 +2,7 @@ import { Credentials, FinancialAccountDetails, YnabAccountDetails, -} from '../../src/backend/commonTypes'; +} from '../../src/src/backend/commonTypes'; import { Config, YnabConfig } from './types'; const electron = window.require('electron'); diff --git a/ui-react/src/types.tsx b/ui-react/src/types.tsx index eed044e8..996afe04 100644 --- a/ui-react/src/types.tsx +++ b/ui-react/src/types.tsx @@ -1,7 +1,7 @@ /// //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Types common with the electron code -import { Credentials } from '../../src/backend/commonTypes'; +import { Credentials } from '../../src/src/backend/commonTypes'; /// //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// export enum OutputVendorName {