Skip to content

Commit

Permalink
chore(ui): fix storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
guoda-puidokaite committed Nov 27, 2024
1 parent 732113f commit 707ca0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import React from "react"

import { ContentAreaWrapper } from "./index.js"
import { ContentArea } from "../ContentArea/index.js"
import { ContentAreaToolbar } from "../ContentAreaToolbar/index.js"
import { Button } from "../../deprecated_js/Button/index.js"
import { ContentAreaToolbar } from "../../components/ContentAreaToolbar/ContentAreaToolbar.component"
import { Button } from "../Button/index.js"

export default {
title: "Internal/ContentAreaWrapper",
Expand Down

0 comments on commit 707ca0a

Please sign in to comment.