Skip to content

Commit

Permalink
Update source/page/Clinic/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery authored Jan 20, 2024
1 parent e14cce7 commit eab2ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/page/Clinic/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit eab2ce9

Please sign in to comment.