불필요 파일 제거
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import React from 'react';
|
||||
import { Fragment } from 'react/jsx-runtime';
|
||||
import { useFullVersion } from '@/shared/lib/hooks';
|
||||
|
||||
export const FullAppVersion = React.memo(function FullAppVersion() {
|
||||
const { fullVersion } = useFullVersion();
|
||||
return <Fragment>{fullVersion}</Fragment>;
|
||||
});
|
||||
Reference in New Issue
Block a user