Skip to content

Commit

Permalink
[docs] Fix incorrect package.json import for version detect
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Jan 31, 2022
1 parent 9fb50e7 commit c3cf717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Layout/Header/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react';
import { Burger, Code, Group } from '@mantine/core';
import corePackageJson from '../../../../package.json';
import corePackageJson from '../../../../../package.json';
import { getDocsData } from '../get-docs-data';
import Search from './Search/Search';
import { ColorSchemeToggle } from './ColorSchemeToggle/ColorSchemeToggle';
Expand Down

0 comments on commit c3cf717

Please sign in to comment.