remove outdated comments
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s Details

This commit is contained in:
Ladd Hoffman 2024-04-26 22:58:23 -05:00
parent b1b59e6df5
commit 44821a2556
1 changed files with 0 additions and 3 deletions

View File

@ -7,13 +7,10 @@ import {
createBrowserRouter,
RouterProvider,
} from 'react-router-dom';
// import { WidgetApiImpl } from '@matrix-widget-toolkit/api';
import WebApp from './WebApp';
import Widget from './Widget';
// window.widgetApiPromise = WidgetApiImpl.create({});
const router = createBrowserRouter([
{
path: '/',