Skip to content

Commit a0a95a1

Browse files
committed
Update ContentsLayout.js
1 parent a60cdea commit a0a95a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/layouts/ContentsLayout.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { ClassTable } from '@/components/ClassTable'
2-
import FeedbackForm from '@/components/Feedback'
32
import { PageHeader } from '@/components/PageHeader'
43
import { usePrevNext } from '@/hooks/usePrevNext'
54
import { SidebarContext, SidebarLayout } from '@/layouts/SidebarLayout'
@@ -14,7 +13,7 @@ import {
1413
useCallback,
1514
useContext,
1615
useEffect,
17-
useState,
16+
useState
1817
} from 'react'
1918

2019
export const ContentsContext = createContext()

0 commit comments

Comments
 (0)