mirror of
https://github.com/dergigi/boris.git
synced 2026-01-10 10:24:21 +01:00
revert: use documented applesauce imports; remove alias shim
- Import EventStore from 'applesauce-core' - Remove Vite alias/shim and node:path reference - Keep config minimal and standard-compliant
This commit is contained in:
@@ -3,7 +3,7 @@ import { BrowserRouter, Routes, Route, Navigate } from 'react-router-dom'
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
||||
import { faSpinner } from '@fortawesome/free-solid-svg-icons'
|
||||
import { EventStoreProvider, AccountsProvider, Hooks } from 'applesauce-react'
|
||||
import { EventStore } from 'applesauce-core/dist/event-store/event-store.js'
|
||||
import { EventStore } from 'applesauce-core'
|
||||
import { AccountManager } from 'applesauce-accounts'
|
||||
import { registerCommonAccountTypes } from 'applesauce-accounts/accounts'
|
||||
import { RelayPool } from 'applesauce-relay'
|
||||
|
||||
Reference in New Issue
Block a user