export name update
This commit is contained in:
@ -6,7 +6,7 @@ import { useToast } from "@/components/ui/use-toast";
|
||||
|
||||
import { getTachiExport } from "./action";
|
||||
|
||||
const Kamaitachi = () => {
|
||||
const KamaitachiExport = () => {
|
||||
const { toast } = useToast();
|
||||
|
||||
const handleExport = async () => {
|
||||
@ -58,4 +58,4 @@ const Kamaitachi = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export { Kamaitachi };
|
||||
export { KamaitachiExport };
|
||||
|
@ -1,10 +1,10 @@
|
||||
import { Kamaitachi } from "./kamaitachiexport";
|
||||
import { KamaitachiExport } from "./kamaitachiexport";
|
||||
|
||||
const SecuritySettingsPage = async () => {
|
||||
const KamaitachiSettingsPage = async () => {
|
||||
return (
|
||||
<div>
|
||||
<Kamaitachi />
|
||||
<KamaitachiExport />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
export default SecuritySettingsPage;
|
||||
export default KamaitachiSettingsPage;
|
||||
|
Reference in New Issue
Block a user