Skip to content

Commit 2632445

Browse files
committed
refactor: Remove unused imports and update component styling for better responsiveness
1 parent 12bd3d5 commit 2632445

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Inter } from "next/font/google";
33
import Head from 'next/head';
44
import "./globals.css";
55
import '@fontsource-variable/m-plus-2';
6-
import { Helmet } from 'react-helmet';
76

87
import { Author } from "next/dist/lib/metadata/types/metadata-types";
98

sections/CodeArea.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use client'
2-
32
import React, { useEffect } from 'react'
43
import SyntaxHighlighter from 'react-syntax-highlighter'
54
import { atelierLakesideLight } from 'react-syntax-highlighter/dist/esm/styles/hljs'

sections/GridSettings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use client'
2-
32
import React, { useCallback } from 'react';
43
import { GridItemValueType, Direction } from '@/types/global';
54
import useGlobalStore from '@/stores/globalStore';

sections/ItemsSettings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use client'
2-
32
import React, { useCallback } from 'react';
43
import { GridItemValueType, GridItem, ItemValues } from '@/types/global';
54
import { lightColors } from '@/constants/colors';

sections/LayoutArea.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use client'
2-
32
import React, { useEffect, useState } from 'react'
43
import useGlobalStore from '@/stores/globalStore'
54
import { GridItem } from '@/types/global'

sections/TitleSection.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use client'
2-
32
import React from 'react';
43
import useGlobalStore from '@/stores/globalStore';
54
import ClickButton from '@/components/ClickButton';

sections/ToastArea.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use client'
2-
32
import useGlobalStore from '@/stores/globalStore';
43
import React from 'react'
54

0 commit comments

Comments
 (0)