don't need snow right now, whoops
Some checks failed
Some checks failed
This commit is contained in:
@ -3,7 +3,7 @@ import debounce from 'lodash/debounce';
|
||||
import React, { Suspense, useEffect, useState } from 'react';
|
||||
import StickyBox from 'react-sticky-box';
|
||||
|
||||
import SnowContainer from '@/components/snow-container';
|
||||
// import SnowContainer from '@/components/snow-container';
|
||||
import { useFeatures } from '@/hooks/use-features';
|
||||
|
||||
import tailwindConfig from '../../../tailwind.config';
|
||||
@ -98,7 +98,7 @@ const useWindowControlsOverlay = () => {
|
||||
/** Layout container, to hold Sidebar, Main, and Aside. */
|
||||
const Layout: LayoutComponent = ({ children, fullWidth }) => (
|
||||
<div className='⁂-layout'>
|
||||
<SnowContainer />
|
||||
{/* <SnowContainer /> */}
|
||||
<div
|
||||
className={clsx('⁂-layout__content', {
|
||||
'⁂-layout__content--full-width': fullWidth,
|
||||
|
||||
Reference in New Issue
Block a user