Skip to content

Commit

Permalink
Merge pull request #104 from 8845musign/update-tokens-and-ui
Browse files Browse the repository at this point in the history
The files were named incorrectly.
  • Loading branch information
takanorip authored Dec 27, 2024
2 parents ff5d975 + bf2e7a8 commit 9675eef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box, Stack } from '@ubie/ubie-ui';
import { type FC } from 'react';
import type { FC } from 'react';

export const BackgroundColorExample: FC = () => {
return (
Expand Down
8 changes: 8 additions & 0 deletions src/pages/components/examples/box/background-color.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
import { BackgroundColorExample } from '@components/react/examples/box/BackgroundColorExample';
import ExampleLayout from '@layouts/ExampleLayout.astro';
---

<ExampleLayout title="BackgroundColor Example | Box">
<BackgroundColorExample client:only="react" />
</ExampleLayout>
8 changes: 0 additions & 8 deletions src/pages/components/examples/box/backgroundColor.astro

This file was deleted.

0 comments on commit 9675eef

Please sign in to comment.