Skip to content

Commit

Permalink
删除空引用
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 authored Dec 2, 2024
1 parent ba97e87 commit 61eba21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/admin/_layout/Desktop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { memo } from "react";
import { Outlet } from "react-router-dom";
import { Layout, Menu, theme } from 'antd';
import './index.css'
import { Header, Logo } from "@lobehub/ui";
import { Header } from "@lobehub/ui";
import { Package, User, Gauge, ChartCandlestick, Settings } from 'lucide-react'
import { useNavigate, useLocation } from "react-router-dom";
import React from "react";
Expand Down
1 change: 0 additions & 1 deletion web/src/app/welcome/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { Button, Typography, Card } from 'antd';
import { useNavigate } from 'react-router-dom';
import { Flexbox } from 'react-layout-kit';
Expand Down

0 comments on commit 61eba21

Please sign in to comment.