Skip to content

Commit

Permalink
Remove webpack file
Browse files Browse the repository at this point in the history
  • Loading branch information
EMERALD0874 committed Aug 22, 2022
1 parent 52cf0a5 commit 45010ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
2 changes: 1 addition & 1 deletion src/gamepadAudioFinder/gamepadAudioFinder.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Module, findModuleChild } from "../webpack";
import { Module, findModuleChild } from "decky-frontend-lib";

export const AudioParent = findModuleChild((m: Module) => {
if (typeof m !== "object") return undefined;
Expand Down
85 changes: 0 additions & 85 deletions src/webpack.ts

This file was deleted.

0 comments on commit 45010ee

Please sign in to comment.