Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 12, 2022
1 parent 2ef1638 commit 3b6023f
Showing 1 changed file with 1 addition and 3 deletions.
@@ -1,5 +1,3 @@
const clx = 'container' + '.server'

export default function Container({ children }) {
return <div className={clx}>{children}</div>
return <div className="container.server">{children}</div>
}

0 comments on commit 3b6023f

Please sign in to comment.