Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
sfogfar committed Jul 17, 2024
1 parent 9c83707 commit e3d0830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/timer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Button, Group, Menu, Text } from "@mantine/core";
import { IconBellRinging, IconClock } from "@tabler/icons";
import { useEffect, useState } from "react";
import sound from "../assets/cuckoo-clock.mp3";
import sound from "../../assets/cuckoo-clock.mp3";
import * as State from "../state";

const audio = new Audio(sound);
Expand Down

0 comments on commit e3d0830

Please sign in to comment.