瀏覽代碼

clean code

kaori 3 年之前
父節點
當前提交
d86816fbb7
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      packages/app/src/components/BasicLayout.tsx

+ 0 - 8
packages/app/src/components/BasicLayout.tsx

@@ -49,14 +49,6 @@ export const BasicLayout = ({ children, title, className }: Props): JSX.Element
 
       <ShortcutsModal />
       <SystemVersion />
-
-
-      {/* Link test */}
-      <Link href="/629581929e61e2a5fe4c64a5">
-        <a>/629581929e61e2a5fe4c64a5</a>
-      </Link>
-      <br />
-      <a href="https://www.google.com/">https://www.google.com/</a>
     </>
   );
 };