diff --git a/src/components/AutoScoreManager.tsx b/src/components/AutoScoreManager.tsx
index f6c90ac..20c3e8f 100644
--- a/src/components/AutoScoreManager.tsx
+++ b/src/components/AutoScoreManager.tsx
@@ -1,7 +1,7 @@
import { useState, useEffect } from "react"
import { HolderOutlined } from "@ant-design/icons"
import { useTranslation } from "react-i18next"
-import DemoQueryBuilder from "./autoScore/aaa"
+import Rule from "./autoScore/Rule"
import {
Card,
Form,
@@ -426,8 +426,8 @@ export const AutoScoreManager: React.FC = () => {
-
-
+
+