Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Jan 19, 2025
1 parent 6875fb3 commit 9a72a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contents/Profile.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { AtpSessionData } from "@atproto/api";
import cssText from "data-text:~style.content.css";
import type { AtpSessionData } from "@atproto/api";
import type { PlasmoCSConfig } from "plasmo";
import React, { useCallback, useEffect } from "react";
import { useDebouncedCallback } from "use-debounce";
Expand Down

0 comments on commit 9a72a12

Please sign in to comment.