0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-09 20:02:54 +01:00

Add missing model import

Dieser Commit ist enthalten in:
Angus McLeod 2020-10-05 13:08:15 +11:00
Ursprung 245cb35330
Commit 545dc615c2

Datei anzeigen

@ -1,3 +1,4 @@
import CustomWizard from "../models/custom";
export default {
name: "custom-wizard-step",