Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
k70suK3-k06a7ash1 committed Feb 24, 2025
1 parent 99be00f commit 4abe1cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
7 changes: 1 addition & 6 deletions src/features/markdown-editor/ui/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
type Dispatch,
useReducer,
type DragEvent,
type DragEventHandler,
} from "react";
import { type Dispatch, useReducer, type DragEventHandler } from "react";

import { Card } from "@/components/atoms/card";
import { DraggableIcon } from "@/components/atoms/icon/DraggableIcon";
Expand Down
1 change: 0 additions & 1 deletion src/layouts/Frame/Header/constants.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/layouts/Frame/Header/index.tsx

This file was deleted.

7 changes: 5 additions & 2 deletions src/layouts/Frame/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import { Header } from "./Header";
import { TabBar } from "./TabBar";
import type { PropsWithChildren } from "react";

export const Frame = (props: PropsWithChildren) => {
return (
<>
<Header />
<header>
<div className="px-6 flex items-center text-[#292929] h-16">
<h1 className="text-xl font-bold">Editor</h1>
</div>
</header>
<div className="sticky top-0 bg-[#e4e4e4] z-100">
<TabBar />
</div>
Expand Down

0 comments on commit 4abe1cb

Please sign in to comment.