Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Sep 1, 2023
1 parent 7e16b47 commit 8930dea
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Layout} from 'antd'
import {LayoutFooter} from '../components/layout-footer'
import {LayoutFooter} from '../components/LayoutFooter'

const {Header, Sider, Content} = Layout

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Layout} from 'antd'
import {LayoutFooter} from '../components/layout-footer'
import {LayoutFooter} from '../components/LayoutFooter'

const {Header, Sider, Content} = Layout

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Layout} from 'antd'
import {LayoutFooter} from '../components/layout-footer'
import {LayoutFooter} from '../components/LayoutFooter'

const {Header, Content} = Layout

Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions admin-views/src/layouts/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {DefaultLayout} from './default-layout'
import {DefaultLayout} from './DefaultLayout'
import {useEffect, useState} from 'react'
import {useSmallScreen} from '../utils/useSmallScreen.ts'
import {SmLayout} from './sm-layout'
import {SmLayout} from './SmLayout'
import {appLoaded} from '../utils/common.ts'
import {useSmallScreen} from '../hooks/useSmallScreen.ts'

export const Layout = () => {
const isSmallScreen = useSmallScreen()
Expand Down

0 comments on commit 8930dea

Please sign in to comment.