Skip to content

Commit 1356fd3

Browse files
committed
Update spa-router import to use CDN ESM module
1 parent 1337b8c commit 1356fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Main application entry point
33
*/
4-
import { Router, transitions } from '@profullstack/spa-router';
4+
import { Router, transitions } from 'https://cdn.jsdelivr.net/npm/@profullstack/spa-router@1.0.1/+esm';
55

66
// Import components
77
import './components/pf-header.js';

0 commit comments

Comments
 (0)