Skip to content

Commit

Permalink
Fix vscode autoimport path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzaganelli committed Jun 21, 2021
1 parent 9c4d311 commit dd78b7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/src/containers/Designer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import pluginId from '../../pluginId';
import getTrad from '../../utils/getTrad';
import TabsNav from '../../components/Tabs';
import MediaLibrary from '../../components/MediaLibrary';
import { standardEmailRegistrationTemplate } from '../../../../helpers/coreTemplateHelper';
import { standardEmailRegistrationTemplate } from '../../helpers/coreTemplateHelper';

const DesignerContainer = styled.div`
padding: 18px 30px;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-email-designer",
"version": "1.1.1",
"version": "1.1.2",
"description": "Strapi Email designer plugin.",
"homepage": "https://github.com/alexzaganelli/strapi-plugin-email-designer#readme",
"strapi": {
Expand Down

0 comments on commit dd78b7d

Please sign in to comment.