Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/src/mount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ import { reportVitals } from "./utils/vitals";
let hasMounted = false;

/**
* Main entry point for the mairmo app.
* Main entry point for the marimo app.
*
* Sets up the mairmo app with a theme provider.
* Sets up the marimo app with a theme provider.
*/
export function mount(options: unknown, el: Element): Error | undefined {
if (hasMounted) {
Expand Down
Loading