consistent file naming

This commit is contained in:
ozakione 2024-03-29 20:18:03 +01:00
parent e147034d2e
commit cdb7c07bdc
3 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ import {
} from '@docusaurus/utils';
import Yaml from 'js-yaml';
import {validateShowcaseFrontMatter} from './yaml';
import {validateShowcaseFrontMatter} from './frontMatter';
import type {LoadContext, Plugin} from '@docusaurus/types';
import type {PluginOptions, Content} from '@docusaurus/plugin-content-showcase';
import type {ShowcaseContentPaths} from './types';