Skip to content

Commit 4c365f4

Browse files
fixes bug in clerkvue file
1 parent 0194ccb commit 4c365f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/authentication/utils/clerkvue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fs from 'fs';
22
import path from 'path';
33
import chalk from 'chalk';
44
import { execa } from 'execa';
5-
import { actions, clerkUserModel, webhooksRoute } from './utility';
5+
import { actions, clerkUserModel, webhooksRoute } from './utility.js';
66

77
// Component templates
88
const SIGNIN_COMPONENT = `<script setup lang="ts">

0 commit comments

Comments
 (0)