mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 04:59:22 +00:00
Add comments to login stuff saying not to modify
This commit is contained in:
parent
be1d035868
commit
282d6f4d4e
@ -1,3 +1,6 @@
|
|||||||
|
// NOTE: This file is stable and usually should not be modified.
|
||||||
|
// It is important that all functionality in this file is preserved, and should only be modified if explicitly requested.
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { ChevronDown, LogOut, UserPlus } from 'lucide-react';
|
import { ChevronDown, LogOut, UserPlus } from 'lucide-react';
|
||||||
import {
|
import {
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// NOTE: This file is stable and usually should not be modified.
|
||||||
|
// It is important that all functionality in this file is preserved, and should only be modified if explicitly requested.
|
||||||
|
|
||||||
import React, { useState } from 'react';
|
import React, { useState } from 'react';
|
||||||
import { User } from 'lucide-react';
|
import { User } from 'lucide-react';
|
||||||
import { Button } from '@/components/ui/button.tsx';
|
import { Button } from '@/components/ui/button.tsx';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user