Skip to content

Commit

Permalink
file name fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev committed Dec 7, 2023
1 parent 0795a87 commit b4c025e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/footer/footer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import './Footer.scss';
import './footer.scss';

export default function Footer({ ...rest }) {
return <footer className={'footer'} {...rest} />;
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import Toolbar, { Item } from 'devextreme-react/toolbar';
import Button from 'devextreme-react/button';
import UserPanel from '../user-panel/UserPanel';
import './Header.scss';
import './header.scss';
import { Template } from 'devextreme-react/core/template';


Expand Down

0 comments on commit b4c025e

Please sign in to comment.