From eab2ce9f4a57a3bf5684c5ff18dcc61154080ace Mon Sep 17 00:00:00 2001 From: South Drifted Date: Sat, 20 Jan 2024 11:37:25 +0800 Subject: [PATCH] Update source/page/Clinic/index.tsx --- source/page/Clinic/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/page/Clinic/index.tsx b/source/page/Clinic/index.tsx index 1908f49..1525a50 100644 --- a/source/page/Clinic/index.tsx +++ b/source/page/Clinic/index.tsx @@ -2,11 +2,11 @@ import { component, createCell } from 'web-cell'; import { observer } from 'mobx-web-cell'; import { Card, CardFooter } from 'boot-cell/source/Content/Card'; -import { BGIcon } from 'boot-cell/source/Reminder/FAIcon'; import { CardsPage, AuditBar } from '../../component'; import { clinic, Clinic } from '../../model'; import { getIsLive } from './time'; +import './index.css' @observer @component({