Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix: published page uses GraphQL and reports errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed May 12, 2022
1 parent 7117128 commit 3e3e459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publishedapp.tsx
Expand Up @@ -2,7 +2,7 @@ import React from "react";

import PublishedPage from "@reearth/components/pages/Published";

import { Provider as I18nProvider } from "./i18n";
import { PublishedProvider as I18nProvider } from "./i18n";
import { PublishedAppProvider as ThemeProvider } from "./theme";
import { Provider as DndProvider } from "./util/use-dnd";

Expand Down

0 comments on commit 3e3e459

Please sign in to comment.