Adds creation of creator profile

This commit is contained in:
2024-08-16 14:37:12 -04:00
parent 6779c787d0
commit 31e49802db
9 changed files with 283 additions and 274 deletions

View File

@@ -84,7 +84,6 @@ const isDown = ref(false);
const startX = ref(0);
const scrollLeft = ref(0);
onMounted(() => {
const slider = document.querySelector('.custom-scroll');
slider.addEventListener('mousedown', (e) => {