Skip to content

Commit

Permalink
test: commit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick VanCise authored and Nick VanCise committed Dec 28, 2023
1 parent f6daeef commit 722a558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gbajs3/src/components/screen/screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export const Screen = () => {
height: 'auto'
};

console.log('test commit derp');

const position = layouts?.screen?.position ?? defaultPosition;
const size = layouts?.screen?.size ?? defaultSize;

Expand Down

0 comments on commit 722a558

Please sign in to comment.