Skip to content

Commit 23e4e72

Browse files
refactor: comment out theme switch and search component imports
1 parent 2aa4d8e commit 23e4e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom-implementation/src/main.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import React from 'react'
77

88
import Header from './components/header'
99
import Footer from './components/footer'
10-
import { ThemeSwitch } from './components/theme-switch'
11-
import { Search } from './components/search'
10+
// import { ThemeSwitch } from './components/theme-switch'
11+
// import { Search } from './components/search'
1212

1313
import { getPageData } from './modules/sanity/utils'
1414

0 commit comments

Comments
 (0)