Skip to content

Commit

Permalink
better package.json name
Browse files Browse the repository at this point in the history
  • Loading branch information
bruugey committed May 20, 2024
1 parent f0137c6 commit 383275c
Show file tree
Hide file tree
Showing 2 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,5 +1,5 @@
{
"name": "design-try",
"name": "leafygreen-docs",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/global/SideNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import React from 'react';
import Link from 'next/link';
import { useRouter, usePathname } from 'next/navigation';
import { usePathname } from 'next/navigation';
import { css, cx } from '@emotion/css';

// @ts-expect-error
Expand Down

0 comments on commit 383275c

Please sign in to comment.