SyntaxError: Importing binding name ‘createClient’ is not found

I am trying to initialise Supabase

This is my code

import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js";

const supabase = createClient(link,key)
<script defer src="js/signup.js" type="module"></script>

This is the following error

SyntaxError: Importing binding name ‘createClient’ is not found.