Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
fix: spell
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Kizuku committed Aug 10, 2024
1 parent 578b63e commit 0a9af1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useEffect, useState } from "react";
import { DefaultButton } from "../../components/ui/Button";
import { useSocketRefStore } from "../../store";
import { device } from "../../utils/device";
import { requestPermission } from "../../utils/parmission";
import { requestPermission } from "../../utils/permission";
import styles from "./index.module.css";

function Home() {
Expand Down
File renamed without changes.

0 comments on commit 0a9af1d

Please sign in to comment.