Skip to content

Commit

Permalink
Merge branch 'release/6.1.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
SebConejo committed Jan 8, 2025
2 parents 63e4d72 + 3f5cfa9 commit 244ebe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/components/InstallCLI.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client'
import './InstallCLI.scss'

import { track } from '@vercel/analytics/server'
import { track } from '@vercel/analytics'
import React, { useState } from 'react'

const InstallCLI: React.FC = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/layout/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// components/Header.js
'use client'
import { track } from '@vercel/analytics/server'
import { track } from '@vercel/analytics'

const Header = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client'

import { track } from '@vercel/analytics/server'
import { track } from '@vercel/analytics'
import Image from 'next/image'
import { FAQ } from './components/FAQ'
import InstallCLI from './components/InstallCLI'
Expand Down

0 comments on commit 244ebe3

Please sign in to comment.