Skip to content

Commit 5ac7bf2

Browse files
remove unUsed code (#15)
Co-authored-by: DIKSHIT MORADIYA <[email protected]>
1 parent 5d5ce4c commit 5ac7bf2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+76
-147
lines changed

uikit/src/app/(default)/layout.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import PropTypes from 'prop-types';
22
// @next
33
import dynamic from 'next/dynamic';
44

5-
// @types
6-
75
// @project
86
const ScrollFab = dynamic(() => import('@/components/ScrollFab'));
97
const ThemeAI = dynamic(() => import('@/views/landings/ai/theme'));

uikit/src/app/ProviderWrapper.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import Loader from '@/components/Loader';
88
import ThemeProvider from '@/components/ThemeProvider';
99
import { ConfigProvider } from '@/contexts/ConfigContext';
1010

11-
// @types
12-
1311
/*************************** COMMON - CONFIG, THEME ***************************/
1412

1513
export default function ProviderWrapper({ children }) {

uikit/src/app/blocks/layout.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import Box from '@mui/material/Box';
77
// @project
88
import useDataThemeMode from '@/hooks/useDataThemeMode';
99

10-
// @types
11-
1210
/*************************** LAYOUT - BLOCKS ***************************/
1311

1412
export default function Blocks({ children }) {

uikit/src/app/blocks/navbar/navbar10/page.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { Navbar10 } from '@/blocks/navbar';
44
import { NavbarContent10 } from '@/blocks/navbar/navbar-content';
55
import { MegaMenuType } from '@/enum';
66

7-
// @types
8-
97
/*************************** NAVBAR 10 - DATA ***************************/
108

119
const navbar = {

uikit/src/app/layout.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import { AppRouterCacheProvider } from '@mui/material-nextjs/v14-appRouter';
1111
import ProviderWrapper from './ProviderWrapper';
1212
import { mainMetadata } from '@/metadata';
1313

14-
// @types
15-
1614
const gaId = process.env.NEXT_PUBLIC_ANALYTICS_ID || '';
1715

1816
/*************************** METADATA - MAIN ***************************/

uikit/src/app/sections/layout.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import PropTypes from 'prop-types';
44
// @next
55
import dynamic from 'next/dynamic';
66

7-
// @types
8-
97
// @project
108
import useDataThemeMode from '@/hooks/useDataThemeMode';
119

uikit/src/blocks/benefit/Benefit5.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import ContainerWrapper from '@/components/ContainerWrapper';
1515
import Typeset from '@/components/Typeset';
1616
import { SECTION_COMMON_PY } from '@/utils/constant';
1717

18-
// @types
19-
2018
/*************************** BENEFIT - 5 ***************************/
2119

2220
export default function Benefit5({ heading, caption, blockDetail }) {

uikit/src/blocks/contact-us/ContactUs4.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import SvgIcon from '@/components/SvgIcon';
2020
import Typeset from '@/components/Typeset';
2121
import { SECTION_COMMON_PY } from '@/utils/constant';
2222

23-
// @types
24-
2523
/*************************** CONTACT US - CARD ***************************/
2624

2725
function ContactCard({ icon, title, content, link }) {

uikit/src/blocks/footer/Footer7.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ import { CopyrightType } from '@/enum';
2424
import { DOCS_URL, FREEBIES_URL } from '@/path';
2525
import { SECTION_COMMON_PY } from '@/utils/constant';
2626

27-
// @types
28-
2927
/*************************** FOOTER - 7 DATA ***************************/
3028

3129
const linkProps = { target: '_blank', rel: 'noopener noreferrer' };

uikit/src/blocks/integration/Integration2.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ import ContainerWrapper from '@/components/ContainerWrapper';
1717
import SvgIcon from '@/components/SvgIcon';
1818
import { SECTION_COMMON_PY } from '@/utils/constant';
1919

20-
// @types
21-
2220
/*************************** INTEGRATION - TAG ***************************/
2321

2422
function IntegrationTag({ label, icon }) {

0 commit comments

Comments
 (0)