Skip to content

Commit

Permalink
Folder restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
exoup committed Feb 20, 2024
1 parent f33e2f2 commit 0af2bb6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Content/Accordion.jsx → src/Accordion/Accordion.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useState, Children, isValidElement, cloneElement } from "react";
import { radiusOptions, surfaceColorOptions, childSurfaceColorOptions, textOptions } from "../util/classOptions";
import { radiusOptions, surfaceColorOptions, childSurfaceColorOptions, textOptions } from "../util/classOptions.js";
import { useTheme } from "../Context/ThemeContext.jsx";
import { twMerge, twJoin } from "tailwind-merge";

Expand Down Expand Up @@ -57,7 +57,6 @@ export const Drawer = ({ themeClass = useTheme(), title, children, className, on

return (
<div className={twMerge(
"font-medium",
className
)}>
<button
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0af2bb6

Please sign in to comment.