diff --git a/frontend/src/component/Layout/Footer.tsx b/frontend/src/component/Layout/Footer.tsx index 5175283e..68f00066 100644 --- a/frontend/src/component/Layout/Footer.tsx +++ b/frontend/src/component/Layout/Footer.tsx @@ -1,4 +1,5 @@ import React from 'react'; +import classNames from 'classnames'; import { buttonActiveType } from './enumTypes'; interface IFooterProps { @@ -13,7 +14,15 @@ export const Footer = (props: IFooterProps) => { return (