mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-20 21:01:37 -05:00
chore(ui-components): rename HelpBlock files to kebab-case (#45849)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { Story } from '@storybook/react';
|
||||
import { HelpBlock } from './helpblock';
|
||||
import { HelpBlock } from './help-block';
|
||||
import { HelpBlockProps } from './types';
|
||||
|
||||
const story = {
|
||||
@@ -1,6 +1,6 @@
|
||||
import { render, screen } from '@testing-library/react';
|
||||
import React from 'react';
|
||||
import { HelpBlock } from './helpblock';
|
||||
import { HelpBlock } from './help-block';
|
||||
|
||||
describe('Render the helpblock component', () => {
|
||||
it('should render the helpblock component', () => {
|
||||
@@ -1,2 +1,2 @@
|
||||
export { HelpBlock } from './helpblock';
|
||||
export { HelpBlock } from './help-block';
|
||||
export type { HelpBlockProps } from './types';
|
||||
Reference in New Issue
Block a user