Skip to content

Commit

Permalink
chore: release v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcastillop committed Dec 24, 2024
1 parent b9c2cd0 commit ef1b4ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nova.js",
"private": false,
"version": "1.22.0",
"version": "1.23.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useMousePosition } from '../../hooks/ts/useMousePosition';
import './index.css';
import './styles.css';

export const CursorPositionRealTime = () => {
const { x, y } = useMousePosition();
Expand Down

0 comments on commit ef1b4ca

Please sign in to comment.