feat: Apply fixes for type errors and unused variables

This commit is contained in:
2025-06-04 11:29:18 +09:00
parent 7193dd8bb7
commit a93cfd201d
7 changed files with 25 additions and 25 deletions

View File

@ -1,4 +1,3 @@
import React from 'react';
import './app/globals.css';
import RootLayout from './app/layout';
import Home from './app/page';