Skip to content

Commit

Permalink
fix: コンパイルエラー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
shm11C3 committed Sep 23, 2024
1 parent 03cbe1d commit a45486e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/atom/useHardwareInfoAtom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { useEffect } from "react";

const hardInfoAtom = atom<HardwareInfo>({
isFetched: false,
gpus: [],
});

export const useHardwareInfoAtom = () => {
Expand Down

0 comments on commit a45486e

Please sign in to comment.