|
|
@@ -3,6 +3,7 @@ import AppRoutes from '@/router/routes';
|
|
|
import type { ContactData } from './types';
|
|
|
import { Button } from 'antd-mobile'
|
|
|
import '@/styles/index.scss';
|
|
|
+import classNames from "classnames"
|
|
|
|
|
|
const App: React.FC = () => {
|
|
|
// Mock data for the contact, now managed by state
|