Updated root layout.

This commit is contained in:
Mike Cao 2024-02-13 12:36:55 -08:00
parent 474113fe32
commit ee3f7cb618
5 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,4 @@
'use client';
import { ReactNode } from 'react';
import classNames from 'classnames';
import { Banner, Loading } from 'react-basics';