mirror of
https://github.com/dergigi/boris.git
synced 2025-12-19 07:34:28 +01:00
- Log addressLoader creation and type in App.tsx - Log addressLoader type and value in Bookmarks component - This will help identify why addressLoader is not a function - The error shows addressLoader exists but isn't callable This should reveal what createAddressLoader actually returns.
16 lines
471 B
HTML
16 lines
471 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Markr - Nostr Bookmarks</title>
|
|
<script type="module" crossorigin src="/assets/index-ez6f4baA.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-DCTVEVF8.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|
|
|