Skip to content

Commit f28703c

Browse files
committed
refactor: rename ai file to be able to see it faster in file list
1 parent 701ed71 commit f28703c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/extensionsIntegrated/phoenix-pro/browser-context/live-preview-ai.js renamed to src/extensionsIntegrated/phoenix-pro/browser-context/ai-pro.js

File renamed without changes.

src/extensionsIntegrated/phoenix-pro/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ define(function (require, exports, module) {
1717

1818
const HyperlinkEditorCode = require("text!./browser-context/hyperlink-editor.js");
1919
const ImageGalleryCode = require("text!./browser-context/image-gallery.js");
20-
const AICode = require("text!./browser-context/live-preview-ai.js");
20+
const AICode = require("text!./browser-context/ai-pro.js");
2121
const RulerLinesCode = require("text!./browser-context/ruler-lines.js");
2222
const DragAndDropCode = require("text!./browser-context/dragAndDrop.js");
2323
const GenericToolsCode = require("text!./browser-context/generic-tools.js");

0 commit comments

Comments
 (0)