From 6995e6271009c45ab6c47e359f16a3cbd0e0d57d Mon Sep 17 00:00:00 2001 From: zhangziqian <84625273+Musicminion@users.noreply.github.com> Date: Sun, 30 Jul 2023 19:04:47 +0800 Subject: [PATCH] Update index.tsx --- Web/src/components/Avatar/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Web/src/components/Avatar/index.tsx b/Web/src/components/Avatar/index.tsx index 6de51cf..8d51b15 100644 --- a/Web/src/components/Avatar/index.tsx +++ b/Web/src/components/Avatar/index.tsx @@ -1,11 +1,12 @@ import React from 'react'; import mystyle from './style.module.css'; import clsx from 'clsx'; +import config from '@generated/docusaurus.config'; export default function MainAvatar() { return (
- ayaka + ayaka
); -} \ No newline at end of file +}