Skip to content

Commit

Permalink
fix : build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanthabam committed Dec 10, 2023
1 parent 4d27287 commit 501b1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/admin/admin_pages/new_event/NewEvent.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { createElement, useState } from "react";
import React, { useState } from "react";
import { _Event, _EventCreateData } from "../../../../utils/types";
import { createEvent } from "../../../../apis/adminApi";
import { useToast } from "../../../../components/toast/useToast";
Expand Down

0 comments on commit 501b1cd

Please sign in to comment.