Skip to content

Commit 393e7b8

Browse files
committed
chore(#17): 컨벤션에 맞게 폴더명 변경
1 parent a468250 commit 393e7b8

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/pwa/RegisterServiceWorkerClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { useEffect } from "react";
44

5-
import { registerServiceWorker } from "./_utils";
5+
import { registerServiceWorker } from "./utils";
66

77
export const RegisterServiceWorkerClient = () => {
88
useEffect(() => {
File renamed without changes.

0 commit comments

Comments
 (0)