remove outdated comments
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s
Details
This commit is contained in:
parent
b1b59e6df5
commit
44821a2556
|
@ -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: '/',
|
||||
|
|
Loading…
Reference in New Issue