Skip to content

Commit 5184e67

Browse files
VIA-553 MD: make not explicitly client side components into client side components
1 parent f44fa09 commit 5184e67

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/app/_components/interceptor/LinksInterceptor.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import { useBrowserContext } from "@src/app/_components/context/BrowserContext";
24
import { useEffect } from "react";
35

src/app/_components/nhs-frontend/SkipLink.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import React from "react";
24

35
const SkipLink = () => {

0 commit comments

Comments
 (0)