Skip to content

Commit

Permalink
Merge branch 'main' into handle-offline
Browse files Browse the repository at this point in the history
  • Loading branch information
Leko committed Feb 11, 2023
2 parents 432b5fe + f63a9d0 commit 083431d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useLayoutEffect, useMemo, useState } from "react";
import React, { useLayoutEffect, useMemo, useState } from "react";
import ReactDOM from "react-dom/client";
import { Alert, AlertTitle, Box, Paper } from "@mui/material";
import { ErrorBoundary } from "./components/ErrorBoundary";
Expand Down

0 comments on commit 083431d

Please sign in to comment.