load SessionPasswordPrompt directly from password_preload.js
parent
1d34be1176
commit
30964e5008
@ -1,15 +0,0 @@
|
||||
// The idea with this file is to make it webpackable for the style guide
|
||||
|
||||
const {
|
||||
SessionPasswordPrompt,
|
||||
} = require('../../ts/components/session/SessionPasswordPrompt');
|
||||
|
||||
exports.setup = () => {
|
||||
const Components = {
|
||||
SessionPasswordPrompt,
|
||||
};
|
||||
|
||||
return {
|
||||
Components,
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue