fix(tools): removed empty file app.css (#58347)

This commit is contained in:
Robin Dey Rudro
2025-01-24 22:16:20 +06:00
committed by GitHub
parent 5deea90fa3
commit 82febdca0c
2 changed files with 0 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
import * as React from 'react';
import './app.css';
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
import Header from './components/header/header';
import Landing from './components/landing/landing';