We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7fd6f commit 072c8b8Copy full SHA for 072c8b8
1 file changed
src/app/layout.tsx
@@ -1,3 +1,5 @@
1
+"use client";
2
+
3
import React from "react";
4
import { useState } from "react";
5
import type { Metadata, Viewport } from 'next';
0 commit comments