Skip to content

Commit

Permalink
feat(plugin): Add empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
ynhhoJ committed Jan 2, 2025
1 parent 927acef commit e205b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { patchAppPage } from "./steam-ui/patches";

export default definePlugin(() => {
console.log("PlayTime plugin loading...");

const clock = systemClock;
const eventBus = new EventBus();
const backend = new Backend(eventBus);
Expand Down

0 comments on commit e205b9e

Please sign in to comment.