Delete .jsx loading story

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-03-16 09:57:53 +01:00
parent c4943ea71d
commit 4b12861423
-13
View File
@@ -1,13 +0,0 @@
import Loading from "../components/ui/Loading/Loading";
export default {
title: 'UI/Loading',
component: Loading,
parameters: {
layout: 'centered',
},
tags: ['autodocs'],
};
export const Primary = {};