Skip to content

Commit

Permalink
chore: remove request from plugin as it's a core block.
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rtexR committed Oct 17, 2024
1 parent 46f13ec commit 5525b4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions packages/blocks/src/plugins/PluginRegistration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ import { registerBlockType } from "../blockFactory";

import { DatabaseBlock } from "./DatabaseBlock";

import { RequestBlock } from "./RequestBlock";

registerBlockType("database", DatabaseBlock);

registerBlockType("request", RequestBlock);
12 changes: 0 additions & 12 deletions packages/editor/src/App.tsx

This file was deleted.

0 comments on commit 5525b4f

Please sign in to comment.