Skip to content

Commit

Permalink
feat: flatten structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav91 committed Sep 20, 2023
1 parent 433e98e commit c889f06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import {
Spacing
} from 'nr1';

import RenderPropertyInfo from '../../../shared/PropertyInfo';
import RenderPropertyInfo from '../../shared/PropertyInfo';

const properties = require('../nr1.json');
const properties = require('./nr1.json');

// if the key matches a config property name, the additional information will be added
const additionalDocs = {
Expand Down

0 comments on commit c889f06

Please sign in to comment.