Skip to content

Commit

Permalink
Fix mixin import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Dec 24, 2021
1 parent 53fabde commit 28aa47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kanmail/client/components/emails/WelcomeSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import _ from 'lodash';
import React from 'react';

import AccountList from 'components/settings/AccountList.jsx';
import AccountSettingsMixin from 'components/settings/OverlayItemList.jsx';
import { AccountSettingsMixin } from 'components/settings/OverlayItemList.jsx';

import img from 'icon.png';
import keyboard from 'keyboard.js';
Expand Down

0 comments on commit 28aa47e

Please sign in to comment.