// NOTE: API calls must start with 'api/' in order to serve the app at any URI 'use strict'; import { h, render, useState, useEffect, useRef, html, Router } from './bundle.js'; import { Icons, Login, Setting, Button, Stat, tipColors, Colored, Notification, Pagination, UploadFileButton } from './components.js'; const Logo = props => html``; function Header({logout, user, setShowSidebar, showSidebar}) { return html`